无关风月
2025-01-09 ff1be70b35a043a42ef7471c3ed9f10a9a736db0
manage/src/main/resources/mapping/TInventoryMapper.xml
@@ -40,6 +40,8 @@
        <if test="query.startTime != null and query.startTime != ''">
            and t1.createTime between #{query.startTime} and #{query.endTime}
        </if>
        and t1.isDelete =  ${@com.jilongda.common.enums.DisabledEnum@NO.getCode()}
        order by t1.createTime desc
    </select>
</mapper>