一公司动火作业地图bug修复2

liujun-2024-05-23-接口漏洞修复
limingyu 2024-04-19 13:55:44 +08:00
parent 77098bc5fb
commit ef7510b313
1 changed files with 2 additions and 0 deletions

View File

@ -62,6 +62,7 @@ public class HotworkCfdServiceImpl implements HotworkCfdService {
hotworkCfdMapper.save(pd);
}
@Transactional
public void saveConfess(PageData info) throws Exception{
List<PageData> list = Warden.getList(info.getString("confessList"));
String flowsId = Warden.get32UUID();
@ -128,6 +129,7 @@ public class HotworkCfdServiceImpl implements HotworkCfdService {
}
@Override
@Transactional
public void editConfess(PageData info) throws Exception {
// 删除原有的动火交底人
PageData condition = new PageData();