zhangtao
laozt 1 year ago
parent 03934476f2
commit b06dd03eca

@ -200,7 +200,7 @@ public class BPlanEnterpriseController extends BaseController {
* *
*/ */
@ApiOperation(value = "批量更新状态") @ApiOperation(value = "批量更新状态")
@GetMapping("/updateIdList") @PostMapping("/updateIdList")
public AjaxResult updateIdList(@RequestParam("idListStr") String idListStr) { public AjaxResult updateIdList(@RequestParam("idListStr") String idListStr) {
List<String> idList = Arrays.asList(idListStr.split(",")); List<String> idList = Arrays.asList(idListStr.split(","));
bPlanEnterpriseService.updateIdList(idList); bPlanEnterpriseService.updateIdList(idList);

Loading…
Cancel
Save