|
|
@ -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);
|
|
|
|