Merge branch 'cc_20250620_pre_fly' into 'master'
Cc 20250620 pre fly See merge request hangzhou/java/custom_zxjp!122
This commit is contained in:
@@ -44,7 +44,12 @@ public class PreFryRecordsController {
|
||||
log.info("预炸记录详情:{}", JSONObject.toJSONString(id));
|
||||
return ResponseResult.success(preFryRecordsService.getById(id));
|
||||
}
|
||||
|
||||
@ApiOperation("销售完成")
|
||||
@GetMapping("/salesCompleted")
|
||||
public ResponseResult<Boolean> salesCompleted(@RequestParam(required = true, value = "id") Long id) {
|
||||
log.info("预炸记录详情:{}", JSONObject.toJSONString(id));
|
||||
return ResponseResult.success(preFryRecordsService.salesCompleted(id, PartnerUserHolder.getUser()));
|
||||
}
|
||||
|
||||
@ApiOperation("预炸批量新增")
|
||||
@PostMapping("/batchAdd")
|
||||
|
||||
Reference in New Issue
Block a user