|
@@ -129,7 +129,6 @@ public class ConstructionLedgerController extends BladeController {
|
|
|
constructionLedger.setDetectionStartTime(DateUtil.toLocalDateTime(org.springblade.core.tool.utils.DateUtil.parse(time[0], "yyyy-MM-dd")));
|
|
|
constructionLedger.setDetectionEndTime(DateUtil.toLocalDateTime(org.springblade.core.tool.utils.DateUtil.parse(time[1], "yyyy-MM-dd")));
|
|
|
}
|
|
|
-
|
|
|
setUserData(constructionLedger, false);
|
|
|
return R.status(this.constructionLedgerService.updateById(constructionLedger));
|
|
|
}
|