|
|
@@ -105,11 +105,7 @@ public class ReportMonthlyController {
|
|
105
|
105
|
try {
|
|
106
|
106
|
ReportMonthly reportMonthly = (ReportMonthly) mapper.readValue(reportMonthlyJson, ReportMonthly.class);
|
|
107
|
107
|
reportMonthly.setOrgId(orgId);
|
|
108
|
|
- if(ParameterUtil.isnotnull(reportMonthly.getFilledName()) ){
|
|
109
|
|
- Date starDate = ParameterUtil.string2datetime(reportMonthly.getFilledName() + " 00:00:00");
|
|
110
|
|
- reportMonthly.setFilledTime(starDate);
|
|
111
|
108
|
|
|
112
|
|
- }
|
|
113
|
109
|
if(ParameterUtil.isnotnull(reportMonthly.getId())){
|
|
114
|
110
|
reportMonthlyService.update(reportMonthly);
|
|
115
|
111
|
}else{
|