Commit 4e7e0fbd by 徐高华

超管不校验开关

parent 7732c224
......@@ -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