chengf
2026-02-25 64b14b0549344f13b191e2c26ed199f62655c43f
java110-db/src/main/resources/mapper/store/ContractServiceDaoImplMapper.xml
@@ -406,10 +406,10 @@
        <if test="contractNameLike !=null and contractNameLike != ''">
            and t.contract_name like concat('%',#{contractNameLike},'%')
        </if>
        <if test="startTime !=null">
        <if test="startTime !=null and startTime != ''">
            and t.start_time= #{startTime}
        </if>
        <if test="endTime !=null ">
        <if test="endTime !=null and endTime != ''">
            and t.end_time &lt;= #{endTime}
        </if>
        <if test="queryStartTime !=null and queryStartTime != ''">