fix: 修复

dev_unify
chenhc 8 months ago
parent 3eee851ec1
commit 4f2bcd3095

@ -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();

Loading…
Cancel
Save