|
@@ -62,7 +62,7 @@ public class BizInspectionStandardsController extends BaseController
|
|
@Log(title = "获取检查标准列表", businessType = BusinessType.SELECT)
|
|
@Log(title = "获取检查标准列表", businessType = BusinessType.SELECT)
|
|
public TableDataInfo list(BizInspectionStandards bizInspectionStandards) throws NoSuchFieldException, IllegalAccessException
|
|
public TableDataInfo list(BizInspectionStandards bizInspectionStandards) throws NoSuchFieldException, IllegalAccessException
|
|
{
|
|
{
|
|
-
|
|
|
|
|
|
+ setTenantId(bizInspectionStandards);
|
|
startPage();
|
|
startPage();
|
|
List<BizInspectionStandards> list = bizInspectionStandardsService.getList(bizInspectionStandards);
|
|
List<BizInspectionStandards> list = bizInspectionStandardsService.getList(bizInspectionStandards);
|
|
for (BizInspectionStandards item:list){
|
|
for (BizInspectionStandards item:list){
|
|
@@ -155,6 +155,7 @@ public class BizInspectionStandardsController extends BaseController
|
|
@Transactional
|
|
@Transactional
|
|
public AjaxResult add(@RequestBody BizInspectionStandards bizInspectionStandards) throws NoSuchFieldException, IllegalAccessException
|
|
public AjaxResult add(@RequestBody BizInspectionStandards bizInspectionStandards) throws NoSuchFieldException, IllegalAccessException
|
|
{
|
|
{
|
|
|
|
+ setTenantId(bizInspectionStandards);
|
|
bizInspectionStandardsService.saveOrUpdate(bizInspectionStandards);
|
|
bizInspectionStandardsService.saveOrUpdate(bizInspectionStandards);
|
|
|
|
|
|
//判断根据当前人员的权限所能操作的列
|
|
//判断根据当前人员的权限所能操作的列
|