|
@@ -176,7 +176,7 @@ public class WmScorePackageStatusController {
|
|
|
* 批量接单审核
|
|
|
* @param statusBatch 批量审批信息
|
|
|
*/
|
|
|
- @PostMapping("/approvalStatus/batch")
|
|
|
+ @PutMapping("/approvalStatus/batch")
|
|
|
public R approvalStatusBatch(@RequestBody WmScorePackageStatusBatch statusBatch){
|
|
|
if(StrUtil.isEmpty(statusBatch.getBatchIds())){
|
|
|
return R.failed("缺少参数ID");
|