multi-system/src/main/resources/mapper/system/WarehousingRecordMapper.xml
@@ -12,6 +12,9 @@ <if test="materialId != null"> and material_id = #{materialId} </if> <if test="year!=null and year!=''"> and `year` = #{year} </if> order by create_time desc </select> </mapper>