Commit fb63871b by zhiwj

Merge branch 'developer' of http://115.159.76.241/base_platform_enterprise/gic-store into developer

parents 23d2eea6 a4ee6bb7
......@@ -969,12 +969,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