|
@@ -85,7 +85,6 @@ public class PpmProcurementPlanController extends BaseController {
|
|
|
@GetMapping("/list")
|
|
|
public TableDataInfo list(PpmProcurementPlan ppmProcurementPlan) {
|
|
|
startPage();
|
|
|
- ppmProcurementPlan.setOwnerDept(this.getOwnerdept(ppmProcurementPlan));
|
|
|
ppmProcurementPlan.setOwnerDepts(this.getOwnerdepts(ppmProcurementPlan));
|
|
|
List<PpmProcurementPlan> list = ppmProcurementPlanService.selectPpmProcurementPlanList(ppmProcurementPlan);
|
|
|
|