Commit c0b011f3 by 陶光胜

门店erp导入省市区校验取消

parent d56e7580
......@@ -968,12 +968,7 @@ public class StoreApiServiceImpl implements StoreApiService {
if (!serviceResponse.isSuccess()) {
return EnterpriseServiceResponse.failure(serviceResponse.getCode(), serviceResponse.getMessage());
}
if ((StringUtils.isBlank(processBatchStoreDTO.getProvince()) && StringUtils.isBlank(processBatchStoreDTO.getCity()) && StringUtils.isBlank(processBatchStoreDTO.getCounty()))) {
return responseErrorElement(ImportStoreBatchResultEnum.B3);
} else {
return EnterpriseServiceResponse.success();
}
return EnterpriseServiceResponse.success();
}
@Override
......
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