|
@@ -416,10 +416,8 @@ public class WmPayOffServiceImpl extends ServiceImpl<WmPayOffMapper, WmPayOff> i
|
|
|
throw new BizException("结算渠道不存在");
|
|
|
}
|
|
|
location = deptSubs.get(0).getSubjectLocation();
|
|
|
- }
|
|
|
-
|
|
|
- // MAH结算跳过此校验
|
|
|
- if (!mahConfiged) {
|
|
|
+ } else {
|
|
|
+ // MAH结算跳过此校验
|
|
|
// 校验是否配置了结算限制, 有结算限制则不允许结算(即)
|
|
|
SysDeptSub queryDeptSub = sysDeptSubService.getOne(Wrappers.<SysDeptSub>lambdaQuery()
|
|
|
.eq(SysDeptSub::getDeptId, deptId)
|