Przeglądaj źródła

施工单位自行交底,发送人员

yue 5 lat temu
rodzic
commit
ea80522dec

+ 1 - 1
src/main/java/com/jeeplus/modules/sg/managementcenter/activiti/web/ConstructionController.java

@@ -347,7 +347,7 @@ public class ConstructionController extends BaseController {
                 if ("施工单位自行交底".equals(constructionUnit)) {
                     //施工单位交底
                     //获取施工单位角色
-                    constructionUnitRole = each.getConstructionUnitRole();
+                    constructionUnitRole = each.getConstructionUnitManage();
                     //查询是否有此登录名用户
                     User user = constructionService.queryPerson(constructionUnitRole);
                     //如果查询不为空表示有用户,为空没有此用户