吴学文
2019-07-09 cf5c100a7f818e3e704911c39c8595c2d6433cee
java110-db/src/main/resources/mapper/fee/FeeDetailServiceDaoImplMapper.xml
@@ -130,10 +130,18 @@
</if> 
<if test="feeId !=null and feeId != ''">
   and t.fee_id= #{feeId}
</if>
</if>
        <if test="startTime !=null ">
            and t.create_time &gt;= #{startTime}
        </if>
        <if test="endTime !=null ">
            and t.create_time &lt;= #{endTime}
        </if>
   order by t.create_time desc
<if test="page != -1 and page != null ">
   limit #{page}, #{row}
</if>
</if>
    </select>
@@ -210,7 +218,13 @@
</if> 
<if test="feeId !=null and feeId != ''">
   and t.fee_id= #{feeId}
</if>
</if>
         <if test="startTime !=null ">
             and t.create_time &gt;= #{startTime}
         </if>
         <if test="endTime !=null ">
             and t.create_time &lt;= #{endTime}
         </if>
     </select>