feat:预炸
This commit is contained in:
@@ -69,9 +69,15 @@ public class MiniPreFryQualificationApplyController {
|
||||
|
||||
|
||||
@ApiOperation("获取门店最高优先级申请类型")
|
||||
@PostMapping("/getMinApplyType")
|
||||
@GetMapping("/getMinApplyType")
|
||||
public ResponseResult<Integer> getMinApplyType(@RequestParam(required = true, value = "storeCode") String storeCode) {
|
||||
return ResponseResult.success(preFryQualificationApplyService.getMinApplyType(storeCode));
|
||||
}
|
||||
|
||||
@ApiOperation("根据门店编码获取申请类型审批状态")
|
||||
@GetMapping("/getListByStoreCode")
|
||||
public ResponseResult<List<PreFryQualificationApplyDTO>> getListByStoreCode(@RequestParam(required = true, value = "storeCode") String storeCode) {
|
||||
return ResponseResult.success(preFryQualificationApplyService.getListByStoreCode(storeCode));
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user