页面样式统一

liujun-2024-05-23-接口漏洞修复
liujun 2024-04-03 16:47:22 +08:00
parent 5ab7c02a97
commit 31c855f37f
1 changed files with 3 additions and 0 deletions

View File

@ -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", "动火前验票通过");