wente
2023-12-06 831a46a89a0299247782a8e9d15f57077f07a9e3
modules/mainPart/src/main/resources/mapper/testCheckOrder/TestCheckOrderListDao.xml
@@ -25,7 +25,7 @@
        <where>
            dd.IS_DELETE = 0
            <if test="dictType != null and dictType != ''">
                and dt.DICT_TYPE = #{dictType}
                and dt.DICT_TYPE = #{pageCode}
            </if>
        </where>
        ORDER BY dd.sort