Commit 7732c224 by 徐高华

区经是否开启好办

parent 4e018c16
......@@ -1654,6 +1654,10 @@ public class WxStaffController extends WebBaseController {
if (clerk == null) {
continue;
}
if(null == clerk.getEnableHaoban() || !clerk.getEnableHaoban() ) {
logger.info("未开启");
continue;
}
StaffDTO staffDTO = staffApiService.selectById(staffId);
if (staffDTO == null) {
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