把客户信息补充到数据库

This commit is contained in:
2026-05-03 13:12:58 +08:00
parent f833f373a8
commit 02453bbeb3
4 changed files with 266 additions and 12 deletions

View File

@@ -227,6 +227,8 @@ public class CustomerManagementController {
result.put("centerLocation", search.getCenterLocation());
result.put("totalCount", search.getTotalCount());
result.put("data", search.getMerchants());
result.put("detailedReport", search.getDetailedReport());
result.put("customerInsertedCount", search.getCustomerInsertedCount());
}
return ResponseEntity.status(search.getHttpStatus()).body(result);
}