Your Name
2023-08-11 849a61e7b9de434e1b415c48c21c8fd879dbda70
java110-db/src/main/resources/mapper/store/ContractChangePlanServiceDaoImplMapper.xml
@@ -73,6 +73,10 @@
        <if test="storeId !=null and storeId != ''">
            and t.store_id= #{storeId}
        </if>
        <if test="startTime != null and startTime != ''">
            and t.create_time &gt; #{startTime}
            and t.create_time &lt; #{endTime}
        </if>
        order by t.create_time desc
        <if test="page != -1 and page != null ">
            limit #{page}, #{row}