解决特权时间段的Bug
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user