|
|
@ -43,7 +43,7 @@ public class ThirdAliDrugService extends ServiceImpl<ThirdAliDrugMapper, ThirdAl
|
|
|
|
}
|
|
|
|
}
|
|
|
|
log.info(file.getSize() + "文件长度");
|
|
|
|
log.info(file.getSize() + "文件长度");
|
|
|
|
if (file.getSize() > 100 * 1024 * 1024) {
|
|
|
|
if (file.getSize() > 100 * 1024 * 1024) {
|
|
|
|
throw new JsonException("上传文件超过10M");
|
|
|
|
throw new JsonException("上传文件超过100M");
|
|
|
|
}
|
|
|
|
}
|
|
|
|
List<ThirdAliDrug> thirdAliDrugs = new ArrayList<>();
|
|
|
|
List<ThirdAliDrug> thirdAliDrugs = new ArrayList<>();
|
|
|
|
String customerId = customerService.getCustomerId();
|
|
|
|
String customerId = customerService.getCustomerId();
|
|
|
|