刪除清單管理隱患排查清單

pull/4/head
chenxinying 2024-02-03 17:03:29 +08:00
parent e103c37e86
commit a8e8b96764
2 changed files with 0 additions and 2 deletions

View File

@ -381,7 +381,6 @@ public class StopListManagerController extends BaseController {
pd = this.getPageData();
pd.put("OPERATOR", Jurisdiction.getUsername()); //修改人
pd.put("OPERATTIME", DateUtil.date2Str(new Date())); //修改时间
pd.put("LISTMANAGER_ID",pd.getString("ID"));
listmanagerService.enable(pd);
map.put("result", errInfo); //返回结果
return map;

View File

@ -381,7 +381,6 @@ public class CustomStopController extends BaseController {
pd = this.getPageData();
pd.put("OPERATOR", Jurisdiction.getUsername()); //修改人
pd.put("OPERATTIME", DateUtil.date2Str(new Date())); //修改时间
pd.put("CUSTOM_ID",pd.getString("ID"));
customService.enable(pd);
map.put("result", errInfo); //返回结果
return map;