页面样式统一
parent
5ab7c02a97
commit
31c855f37f
|
@ -26,6 +26,8 @@ import javax.annotation.Resource;
|
|||
import java.text.DecimalFormat;
|
||||
import java.text.ParseException;
|
||||
import java.text.SimpleDateFormat;
|
||||
import java.time.LocalDateTime;
|
||||
import java.time.format.DateTimeFormatter;
|
||||
import java.util.*;
|
||||
|
||||
/**
|
||||
|
@ -1103,6 +1105,7 @@ public class AppHotworkCfdController extends BaseController {
|
|||
pd2.put("MONITOR_USER_SIGNER_TIME", pd.get("SIGNER_TIME"));
|
||||
pd2.put("MONITOR_CONTENT", pd.get("CONTENT"));
|
||||
pd2.put("APPLY_STATUS", pd.get("APPLY_STATUS"));
|
||||
pd2.put("WORK_START_DATE", LocalDateTime.now().format(DateTimeFormatter.ofPattern("yyyy-MM-dd HH:mm")));
|
||||
hotworkCfdService.edit(pd2);
|
||||
log.put("ACTION", "动火前验票通过");
|
||||
|
||||
|
|
Loading…
Reference in New Issue