无关风月
2024-12-20 8b4b4eb2a6d06469d0e2a61ec0f8ce4d5953c375
manage/src/main/resources/mapping/TFrameGoods.xml
@@ -45,6 +45,8 @@
        <if test="query.startCount != null and query.endCount != null">
            and t1.total between #{query.startCount} and #{query.endCount}
        </if>
        and t1.isDelete =  ${@com.jilongda.common.enums.DisabledEnum@NO.getCode()}
        order by t1.id
    </select>
</mapper>