|
@@ -66,7 +66,6 @@ public class BizSupplierController extends BaseController {
|
|
|
List<BizSupplier> list = iBizSupplierService.getList(data);
|
|
|
return getDataTable(list);
|
|
|
}
|
|
|
-
|
|
|
@Log(title = "外协工段选择外协商单位", businessType = BusinessType.SELECT)
|
|
|
@GetMapping("/listByDept")
|
|
|
public TableDataInfo listByDept(SysDept dept) throws NoSuchFieldException, IllegalAccessException, JsonProcessingException {
|