无关风月
2024-12-20 8b4b4eb2a6d06469d0e2a61ec0f8ce4d5953c375
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()}
    </select>
</mapper>