Commit c8732163 authored by renjie's avatar renjie

批量添加

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