update:对账消息推送,军保账单统计,退款数据统计
This commit is contained in:
@@ -190,10 +190,10 @@
|
||||
and PayType = #{payType}
|
||||
</if>
|
||||
<if test="startTime!=null and startTime!=''">
|
||||
and TradeTime >= #{startTime}
|
||||
and (TradeTime >= #{startTime} or trade_date >= #{startTime})
|
||||
</if>
|
||||
<if test="endTime!=null and endTime!=''">
|
||||
and TradeTime <= #{endTime}
|
||||
and (TradeTime <= #{endTime} or trade_date <= #{endTime})
|
||||
</if>
|
||||
<if test="likeFiled!=null and likeFiled!=''">
|
||||
and PlatformTransId like concat('%',concat(#{likeFiled},'%'))
|
||||
|
||||
Reference in New Issue
Block a user