Commit 776d0fda by fudahua

门店分组绑定校验

parent a98e5440
......@@ -127,8 +127,8 @@ public class StoreRangeServiceImpl implements StoreRangeService {
Set<String> mid = needDelStoreIds.stream().collect(Collectors.toSet());
needUnBindStoreIds.addAll(mid);
});
//todo 这些门店解除绑定
// staffClerkRelationService.delBindByStoreIds(null,needUnBindStoreIds,optStaffId, channelCode);
//todo 销售线索 解绑 这些门店解除绑定
staffClerkRelationService.delBindByStoreIds(null, needUnBindStoreIds, optStaffId, channelCode);
//先删除 后新增
tabHaobanStoreRelationMapper.deleteAllStoreRalation(enterpriseId);
tabHaobanStoreRelationMapper.insertBatch(list);
......
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