| | |
| | | </if> |
| | | <if test="feeId !=null and feeId != ''"> |
| | | and t.fee_id= #{feeId} |
| | | </if> |
| | | </if> |
| | | <if test="startTime !=null "> |
| | | and t.create_time >= #{startTime} |
| | | </if> |
| | | <if test="endTime !=null "> |
| | | and t.create_time <= #{endTime} |
| | | </if> |
| | | order by t.create_time desc |
| | | <if test="page != -1 and page != null "> |
| | | limit #{page}, #{row} |
| | | </if> |
| | | </if> |
| | | |
| | | |
| | | </select> |
| | | |
| | |
| | | </if> |
| | | <if test="feeId !=null and feeId != ''"> |
| | | and t.fee_id= #{feeId} |
| | | </if> |
| | | </if> |
| | | <if test="startTime !=null "> |
| | | and t.create_time >= #{startTime} |
| | | </if> |
| | | <if test="endTime !=null "> |
| | | and t.create_time <= #{endTime} |
| | | </if> |
| | | |
| | | |
| | | </select> |