Commit 1c6dc1e5 by zhiwj

门店对外api修改

parent 7a0e105a
......@@ -304,7 +304,6 @@ public class StoreOpenApiServiceImpl implements StoreOpenApiService {
storeDTO.setReason(StoreLogReasonEnum.EXTERNAL.getCode());
storeDTO.setCreateType(CreateTypeEnum.API.getCode());
// 保存门店
this.storeService.save(storeDTO);
ServiceResponse<Integer> serviceResponse = storeApiService.saveOrUpdate(storeDTO);
if (!serviceResponse.isSuccess()) {
return EnterpriseServiceResponse.failure(serviceResponse.getCode(), serviceResponse.getMessage());
......
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