guoshilong
2023-06-12 158f13a8efad9382b79c58c8304a0636e0b91a04
skjcmanager/skjcmanager-service/skjcmanager-sm/src/main/java/cn/gistack/sm/materials/mapper/MaterialsManageMapper.xml
@@ -58,7 +58,7 @@
        <if test="vo.town !=null and vo.town !=''">
            AND MM.town = #{vo.town}
        </if>
        <if test="vo.resGuid !=null and resGuid !=''">
        <if test="vo.resGuid !=null and vo.resGuid !=''">
            AND MM.res_guid = #{vo.resGuid}
        </if>
        <if test="vo.year!=null and vo.year!=''">