Commit 3245ea38 by 陶光胜

加log

parent 072c7be3
......@@ -823,6 +823,7 @@ public class StoreApiServiceImpl implements StoreApiService {
storeDTO.setRegionId(storeOrderDTO.getRegionId());
storeDTO.setReason(storeOrderDTO.getReason());
storeDTO.setRemark(storeOrderDTO.getRemark());
storeDTO.setCreateType(storeOrderDTO.getReason());
ServiceResponse<Integer> response = this.saveOrUpdate(storeDTO);
logger.info("批量处理门店结果:{}", JSON.toJSONString(response));
}
......
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