Commit c8732163 authored by renjie's avatar renjie

批量添加

parent 54547f8c
...@@ -59,8 +59,7 @@ public class ShopController { ...@@ -59,8 +59,7 @@ public class ShopController {
resultDto.setStatusInfo(statusInfo); resultDto.setStatusInfo(statusInfo);
} }
try { try {
String username = "13192253730"; shopService.addShops(principal.getName(), file);
shopService.addShops(username, file);
} catch (ClientRequestException | IOException e) { } catch (ClientRequestException | IOException e) {
resultDto.setStatus(-1); resultDto.setStatus(-1);
Map<String, Object> statusInfo = new HashMap<>(); Map<String, Object> statusInfo = new HashMap<>();
......
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