解决特权时间段的Bug

This commit is contained in:
2026-05-14 23:53:37 +08:00
parent 5585f2c08a
commit 5958e8412d
4 changed files with 192 additions and 12 deletions

View File

@@ -50,7 +50,7 @@ public class LbPurchaseApplyController {
}
@PostMapping("/add")
@Operation(summary = "新增")
@Operation(summary = "新增或按申请人电话更新", description = "同一租户下若 applyPhone 已存在则更新该条,否则新增")
public ResponseEntity<Map<String, Object>> add(
@Parameter(description = "实体", required = true) @RequestBody LbPurchaseApply entity) {
Map<String, Object> result = lbPurchaseApplyService.add(entity);