| | |
| | | import com.bstek.dorado.annotation.Expose; |
| | | import com.ld.igds.check.dto.CheckItemData; |
| | | import com.ld.igds.check.service.HCheckStandardService; |
| | | import com.ld.igds.models.CheckStandard; |
| | | import com.ld.igds.models.*; |
| | | import com.ld.igds.sys.service.SysDeptService; |
| | | import com.ld.igds.util.ContextUtil; |
| | | import com.ld.igds.util.DateUtil; |
| | |
| | | |
| | | return result; |
| | | } |
| | | |
| | | /** |
| | | * 省质检报告检验项-大豆 |
| | | * checkStandardPR#listCheckItemsDdByParam |
| | | */ |
| | | @DataProvider |
| | | @Expose |
| | | public List<CheckItemDd> listCheckItemsDdByParam(Map<String, Object> param) { |
| | | return checkStandardManager.findDataDd(param); |
| | | } |
| | | |
| | | /** |
| | | * 省质检报告检验项-小麦粉 |
| | | * |
| | | * checkStandardPR#listCheckItemsXmfByParam |
| | | */ |
| | | @DataProvider |
| | | @Expose |
| | | public List<CheckItemXmf> listCheckItemsXmfByParam(Map<String, Object> param) { |
| | | return checkStandardManager.findDataXmf(param); |
| | | } |
| | | |
| | | /** |
| | | * 省质检报告检验项-大米 |
| | | * checkStandardPR#listCheckItemsDmByParam |
| | | */ |
| | | @DataProvider |
| | | @Expose |
| | | public List<CheckItemDm> listCheckItemsDmByParam(Map<String, Object> param) { |
| | | return checkStandardManager.findDataDm(param); |
| | | } |
| | | |
| | | /** |
| | | * 省质检报告检验项-食用油 |
| | | * checkStandardPR#listCheckItemsSyyByParam |
| | | */ |
| | | @DataProvider |
| | | @Expose |
| | | public List<CheckItemSyy> listCheckItemsSyyByParam(Map<String, Object> param) { |
| | | return checkStandardManager.findDataSyy(param); |
| | | } |
| | | |
| | | } |