|
|
@ -11,12 +11,13 @@ import java.util.Map;
|
|
|
|
public class C_StudentFillGraduationDesignInformation extends C_FillSbjMsg {
|
|
|
|
public class C_StudentFillGraduationDesignInformation extends C_FillSbjMsg {
|
|
|
|
String graduationDesignId;
|
|
|
|
String graduationDesignId;
|
|
|
|
Map<String,String> vMap;
|
|
|
|
Map<String,String> vMap;
|
|
|
|
protected static String buttonName ="填写选题信息";
|
|
|
|
private static String buttonName ="填写选题信息";
|
|
|
|
protected static String iconURL="../cssFile/images/filText.png";
|
|
|
|
private static String iconURL="../cssFile/images/filText.png";
|
|
|
|
protected static String targetURL="/home/student-fill-graduation-design-information";
|
|
|
|
private static String targetURL="/home/student-fill-graduation-design-information";
|
|
|
|
protected static String info = "";
|
|
|
|
private static String info = "";
|
|
|
|
|
|
|
|
|
|
|
|
static String table="graduation_design_opening_report_opinion_record";
|
|
|
|
private static String table="graduation_design_information";
|
|
|
|
|
|
|
|
private static String fileds="student_fill_graduation_design_information_status";
|
|
|
|
|
|
|
|
|
|
|
|
public void fillInformation() throws Exception{
|
|
|
|
public void fillInformation() throws Exception{
|
|
|
|
if(!check()) throw new GExcptInit("FillInformation Attrs init error!");
|
|
|
|
if(!check()) throw new GExcptInit("FillInformation Attrs init error!");
|
|
|
@ -27,6 +28,7 @@ public class C_StudentFillGraduationDesignInformation extends C_FillSbjMsg {
|
|
|
|
limits.put("id",this.getGraduationDesignId());
|
|
|
|
limits.put("id",this.getGraduationDesignId());
|
|
|
|
fillInformation.addOptions("limits",limits);
|
|
|
|
fillInformation.addOptions("limits",limits);
|
|
|
|
fillInformation.execute(null);
|
|
|
|
fillInformation.execute(null);
|
|
|
|
|
|
|
|
updateStatus();
|
|
|
|
}
|
|
|
|
}
|
|
|
|
protected boolean check() {
|
|
|
|
protected boolean check() {
|
|
|
|
if(this.getGraduationDesignId()==null||this.getVMap()==null)
|
|
|
|
if(this.getGraduationDesignId()==null||this.getVMap()==null)
|
|
|
|