|
@@ -286,6 +286,9 @@ public class WmDaAgentServiceImpl extends ServiceImpl<WmDaAgentMapper, WmDaAgent
|
|
agent.setSubjectType(collect.keySet().toArray(collect.keySet().toArray(new String[0])));
|
|
agent.setSubjectType(collect.keySet().toArray(collect.keySet().toArray(new String[0])));
|
|
agent.setSubjectTypeAndChannel(collect);
|
|
agent.setSubjectTypeAndChannel(collect);
|
|
|
|
|
|
|
|
+ // MAH结算权限开关
|
|
|
|
+ agent.setMahSettleFlag(agent.getMahSettleDeptId() != null);
|
|
|
|
+
|
|
});
|
|
});
|
|
|
|
|
|
// wmDaAgentIPage.getRecords().forEach(agent -> {
|
|
// wmDaAgentIPage.getRecords().forEach(agent -> {
|