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