hazmat-system/src/main/resources/mapper/system/HzEntryRecordMapper.xml
@@ -79,6 +79,12 @@ <if test="state != null"> AND a.state= #{state} </if> <if test="params.warehouseId !=null"> and a.warehouse_id = #{params.warehouseId} </if> <if test="params.cupboardId !=null"> and a.cupboard_id = #{params.cupboardId} </if> </where> order by a.id desc </select>