xuhy
2025-02-26 2257a0849b158429b89bc22de8b567e39b8672fd
ruoyi-system/src/main/resources/mapper/system/TContractMapper.xml
@@ -60,8 +60,8 @@
                and t1.status = #{query.status}
            </if>
            AND t1.disabled = ${@com.ruoyi.common.enums.DisabledEnum@NO.getCode()}
        </where>
        order by t1.create_time desc
    </select>
    <select id="contractAppletList" resultType="com.ruoyi.system.model.TContract">
        select t1.* from t_contract t1