java110
2021-12-31 62ebf29387f54ff74d72fdb2a350baa37e1f88fe
java110-db/src/main/resources/mapper/store/ContractServiceDaoImplMapper.xml
old mode 100644 new mode 100755
@@ -92,6 +92,9 @@
        <if test="contractName !=null and contractName != ''">
            and t.contract_name= #{contractName}
        </if>
        <if test="contractNameLike !=null and contractNameLike != ''">
            and t.contract_name like  concat('%',#{contractNameLike},'%')
        </if>
        <if test="startTime !=null">
            and t.start_time= #{startTime}
        </if>