Commit 9db6cc4b by zhiwj

门店新增修改

parent e8e3a2cb
......@@ -305,6 +305,9 @@ public class StoreOpenApiServiceImpl implements StoreOpenApiService {
storeDTO.setReason(StoreLogReasonEnum.EXTERNAL.getCode());
storeDTO.setCreateType(CreateTypeEnum.API.getCode());
if (storeDTO.getStoreExtendList() == null) {
storeDTO.setStoreExtendList(Collections.emptyList());
}
// 保存门店
// return null;
ServiceResponse<Integer> serviceResponse = storeApiService.saveOrUpdate(storeDTO);
......
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