Commit 055ee4d2 authored by yangyang's avatar yangyang

fixed bug - 20975 【web端-完工登记&完工自审】一个派工单两个电站,一个电站提交审核后,另外一个电站提交审核会把第一个电站的工程信息覆盖掉

parent ad1105cc
...@@ -509,8 +509,8 @@ public class PersonnelBusinessServiceImpl extends BaseService<PersonnelBusinessD ...@@ -509,8 +509,8 @@ public class PersonnelBusinessServiceImpl extends BaseService<PersonnelBusinessD
userDataJBDto.setPageType("look"); userDataJBDto.setPageType("look");
if (publicAgencyUse.getRole().contains(userGroupempty + "")) { if (publicAgencyUse.getRole().contains(userGroupempty + "")) {
// 如果是空角色,区域公司和角色可以修改 // 如果是空角色,区域公司和角色可以修改
userDataZHDto.setUnallowModify("unallow"); userDataZHDto.setUnallowModify("allow");
userDataJBDto.setUnallowModify("unallow"); userDataJBDto.setUnallowModify("allow");
} else { } else {
// 有业务参与不可以编辑 // 有业务参与不可以编辑
userDataZHDto.setUnallowModify(hasOperationRecords ? "unallow" : "allow"); userDataZHDto.setUnallowModify(hasOperationRecords ? "unallow" : "allow");
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment