无关风月
2024-12-20 8b4b4eb2a6d06469d0e2a61ec0f8ce4d5953c375
manage/src/main/resources/mapping/TLineUpMapper.xml
@@ -40,6 +40,8 @@
            <if test="query.storeId != null">
                and s.id = #{query.storeId}
            </if>
            and t1.isDelete =  ${@com.jilongda.common.enums.DisabledEnum@NO.getCode()}
        </where>
        order by t.createTime desc
    </select>