Commit 5168025b by 陶光胜

门店品牌变更

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