|
|
|
@ -2,6 +2,7 @@ package core.process;
|
|
|
|
|
|
|
|
|
|
import core.operation.FillInformation;
|
|
|
|
|
import error.GExcptInit;
|
|
|
|
|
import gdms.Configuration;
|
|
|
|
|
|
|
|
|
|
import java.text.SimpleDateFormat;
|
|
|
|
|
import java.util.Date;
|
|
|
|
@ -24,8 +25,7 @@ public class C_TeacherTeamFillOpeningReportOpinion extends C_FillInformation{
|
|
|
|
|
FillInformation fillInformation=new FillInformation();
|
|
|
|
|
fillInformation.setOptions(new HashMap<>());
|
|
|
|
|
fillInformation.addOptions("table",table);
|
|
|
|
|
SimpleDateFormat df = new SimpleDateFormat("yyyy-MM-ddHH:mm:ss");
|
|
|
|
|
String date=df.format(new Date());
|
|
|
|
|
String date= Configuration.dateFormat.format(new Date());
|
|
|
|
|
vMap.put("report_teacher_team_opinion_date",date);
|
|
|
|
|
Map<String, String>limits = new HashMap<>();
|
|
|
|
|
limits.put("id",this.getGraduationDesignId());
|
|
|
|
|