Commit 26697355 authored by 刘林's avatar 刘林

Merge remote-tracking branch 'origin/develop_tzs_register' into develop_tzs_register

parents f980d557 66985291
...@@ -678,9 +678,11 @@ public class TzsUserInfoServiceImpl extends BaseService<TzsUserInfoDto, TzsUserI ...@@ -678,9 +678,11 @@ public class TzsUserInfoServiceImpl extends BaseService<TzsUserInfoDto, TzsUserI
} }
if (unitType.contains("install")) { if (unitType.contains("install")) {
type.add("QYRYGW-INSTALL"); type.add("QYRYGW-INSTALL");
type.add("QYRYGW-INSPECTION");
} }
if (unitType.contains("inspection")) { if (unitType.contains("inspection")) {
type.add("QYRYGW-INSPECTION"); type.add("QYRYGW-INSPECTION");
type.add("QYRYGW-SCDW");
} }
} }
return tzsUserInfoMapper.getUserTypeList(type); return tzsUserInfoMapper.getUserTypeList(type);
......
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