| | |
| | | IPage<Map<String, Object>> selectRawInspectsList(Page<Object> page, String formTime, String code, Integer insState, String name); |
| | | |
| | | //根据原材料检验单id查看详情 |
| | | List<Map<String, Object>> selectRawInspectsListById(Integer id); |
| | | Map<String, Object> selectRawInspectsListById(Integer id); |
| | | |
| | | } |
| | | |
| | |
| | | * @param id |
| | | * @return |
| | | */ |
| | | List<Map<String,Object>> selectRawInspectsListById(Integer id); |
| | | Map<String,Object> selectRawInspectsListById(Integer id); |
| | | |
| | | /** |
| | | * 更新检验状态 |
| | |
| | | |
| | | //根据检验单id查询原材料检验单详情 |
| | | @Override |
| | | public List<Map<String, Object>> selectRawInspectsListById(Integer id) { |
| | | public Map<String, Object> selectRawInspectsListById(Integer id) { |
| | | return rawInspectMapper.selectRawInspectsListById(id); |
| | | } |
| | | |
| | |
| | | <resultMap id="oneMap" type="map"> |
| | | <id property="rcode" column="rcode"/> |
| | | <result property="formTime" column="formTime"/> |
| | | <result property="creatTime" column="creatTime"/> |
| | | <result property="rname" column="rname"/> |
| | | <result property="specifications" column="specifications"/> |
| | | <result property="runit" column="runit"/> |
| | |
| | | specifications, |
| | | r.unit runit, |
| | | number, |
| | | DATE_FORMAT(r.create_time, '%Y-%m-%d') creatTime, |
| | | supplier, |
| | | judge_state, |
| | | user_name, |