Commit 6dd27262 by 徐高华

Merge branch 'feature/xgh/bug/0317' into 'master'

超管不校验开关

See merge request !2638
parents cf6cc0d0 4e7e0fbd
......@@ -1654,7 +1654,7 @@ public class WxStaffController extends WebBaseController {
if (clerk == null) {
continue;
}
if(null == clerk.getEnableHaoban() || !clerk.getEnableHaoban() ) {
if(clerk.getClerkType()==2 && (null == clerk.getEnableHaoban() || !clerk.getEnableHaoban()) ) {
logger.info("未开启");
continue;
}
......
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