动火作业bug修改1

pull/14/head
limingyu 2024-01-04 16:17:17 +08:00
parent 746285d34c
commit 981d788c5d
1 changed files with 3 additions and 0 deletions

View File

@ -1582,6 +1582,9 @@ public class AppHotWorkApplicationController extends BaseController {
dockData.put("dockDatahotWork", JSON.toJSONString(confinedhotWork)); dockData.put("dockDatahotWork", JSON.toJSONString(confinedhotWork));
hotworkapplicationService.save(hotWork); hotworkapplicationService.save(hotWork);
pd.put("FOREIGN_KEY",pd.get("HOTWORKAPPLICATION_ID").toString()); pd.put("FOREIGN_KEY",pd.get("HOTWORKAPPLICATION_ID").toString());
PageData confinedPageData = new PageData();
confinedPageData.putAll(pd);
dockData.put("dockData", JSON.toJSONString(confinedPageData));
List<PageData> hotWorkUser = hotWorkApplicationUserService.listAll(pd); //添加一个新的动火申请 List<PageData> hotWorkUser = hotWorkApplicationUserService.listAll(pd); //添加一个新的动火申请
PageData confinedoldHotWork = new PageData(); PageData confinedoldHotWork = new PageData();