Commit 895954db by zhiwj

文案优化

parent 5c8cf1a1
......@@ -530,6 +530,9 @@ public class StoreImportController {
}
private String brandsValidate(Integer enterpriseId, String brands) {
if (brands.split("、").length > 1) {
return "不能导入多个品牌";
}
ServiceResponse<List<String>> response = storeImportApiService.listBrandByNotExist(enterpriseId, brands);
if (response.isSuccess()) {
List<String> brandList = response.getResult();
......
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