|
|
@@ -103,6 +103,9 @@ public interface FsStorePaymentScrmMapper
|
|
|
// "<if test = 'maps.createTime != null '> " +
|
|
|
// "and DATE_FORMAT(p.create_time,'%Y-%m-%d') = DATE_FORMAT(#{maps.createTime},'%Y-%m-%d') " +
|
|
|
// "</if>" +
|
|
|
+ "<if test = 'maps.appId != null '> " +
|
|
|
+ "and p.app_id =#{maps.appId} " +
|
|
|
+ "</if>" +
|
|
|
"<if test = 'maps.params != null and maps.params != \"\" '> " +
|
|
|
"<if test = 'maps.params.beginTime != null and maps.params.beginTime != \"\" '> " +
|
|
|
" AND date_format(p.pay_time,'%y%m%d') >= date_format(#{maps.params.beginTime},'%y%m%d') " +
|