去除只接受新疆工号限制

This commit is contained in:
wanghao
2025-08-01 17:11:10 +08:00
parent 84e9334a20
commit dce89d699a
@@ -93,9 +93,9 @@ public class TblQimoNoticeController {
if (!checkCallBackType(qimoVo)) {
return "200";
}
if(!"8027,8028,8029,8030".contains(qimoVo.getAgentName()) || !"8027,8028,8029,8030".contains(qimoVo.getExten()) ){//新疆使用的工号排除
return "200";
}
// if(!"8027,8028,8029,8030".contains(qimoVo.getAgentName()) || !"8027,8028,8029,8030".contains(qimoVo.getExten()) ){//新疆使用的工号排除
// return "200";
// }
GlobalUtils.setHttpFeignToken();
// 七陌重复推送处理,3分钟内同ID去重
if (redisUtil.get(qimoVo.getCallSheetID()) != null) {