Helius
2020-12-27 2e3e6c850ad0b531c588a4d7efd42df621d0d518
zq-erp/src/main/resources/mybatis/mapper/hive/SysProjUseDao.xml
@@ -271,7 +271,9 @@
            <if test="record.failTime != null  ">
                and a.FAIL_TIME = #{record.failTime}
            </if>
            <if test="record.targetFailTime != null  ">
                and date_format(#{record.failTime}, '%Y-%m-%d') > date_format(a.FAIL_TIME, '%Y-%m-%d')
            </if>
            <if test="record.price != null and record.price !='' ">
                and a.PRICE = #{record.price}
            </if>