“djh”
12 hours ago 2d9bf42ce507096c3b73a782da3ad16f29d2ccdc
multi-system/src/main/resources/mapper/system/MaterialMapper.xml
@@ -13,6 +13,9 @@
        <if test="inventory != null">
            and inventory = #{inventory}
        </if>
        <if test="year!=null and year!=''">
            and `year` = #{year}
        </if>
        order by update_time desc
    </select>