Commit 1c75c2be by 陶光胜

门店品牌变更

parent 5168025b
......@@ -214,7 +214,7 @@ public class StoreApiServiceImpl implements StoreApiService {
if(storeBrandChangeDTO.isChange()){
//调用归属重算
storeBrandChangeDTO.setStoreInfoIdList(Collections.singletonList(storeDTO.getStoreInfoId()));
this.storeUpdateApiService.storeBrandChange(storeDTO.getEnterpriseId(), Collections.singletonList(storeDTO.getStoreInfoId()), storeDTO.getOperatorId());
this.storeUpdateApiService.storeBrandChange(storeDTO.getEnterpriseId(), storeBrandChangeDTO, storeDTO.getOperatorId());
logger.info("调用会员接口进行归属重算, {}", JSON.toJSONString(storeBrandChangeDTO));
}
// 记录门店日志
......
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