一公司动火作业地图bug修复2
parent
77098bc5fb
commit
ef7510b313
|
@ -62,6 +62,7 @@ public class HotworkCfdServiceImpl implements HotworkCfdService {
|
||||||
hotworkCfdMapper.save(pd);
|
hotworkCfdMapper.save(pd);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@Transactional
|
||||||
public void saveConfess(PageData info) throws Exception{
|
public void saveConfess(PageData info) throws Exception{
|
||||||
List<PageData> list = Warden.getList(info.getString("confessList"));
|
List<PageData> list = Warden.getList(info.getString("confessList"));
|
||||||
String flowsId = Warden.get32UUID();
|
String flowsId = Warden.get32UUID();
|
||||||
|
@ -128,6 +129,7 @@ public class HotworkCfdServiceImpl implements HotworkCfdService {
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
|
@Transactional
|
||||||
public void editConfess(PageData info) throws Exception {
|
public void editConfess(PageData info) throws Exception {
|
||||||
// 删除原有的动火交底人
|
// 删除原有的动火交底人
|
||||||
PageData condition = new PageData();
|
PageData condition = new PageData();
|
||||||
|
|
Loading…
Reference in New Issue