## 报单赠送推送时间修改补订单逻辑
This commit is contained in:
		
							parent
							
								
									5ac075f2d7
								
							
						
					
					
						commit
						0da85da70b
					
				|  | @ -116,7 +116,7 @@ public class AcTourismServiceProvider implements IAcTourismServiceApi { | ||||||
|                         .or() |                         .or() | ||||||
|                         .nested(x -> x.eq(SaOrder::getOrderType, EOrderType.REPURCHASE_ORDER.getValue()) |                         .nested(x -> x.eq(SaOrder::getOrderType, EOrderType.REPURCHASE_ORDER.getValue()) | ||||||
|                                 .eq(SaOrder::getOrderTypeExtend, 1))) |                                 .eq(SaOrder::getOrderTypeExtend, 1))) | ||||||
|                 .apply("TRUNC(PAY_TIME) >= TRUNC(SYSDATE - {0})", daysAgo) |                 .apply("TRUNC(PAY_TIME) BETWEEN TRUNC(SYSDATE - {0}) AND TRUNC(SYSDATE - 7)", daysAgo) | ||||||
|                 .eq(SaOrder::getOrderStatus, 1) |                 .eq(SaOrder::getOrderStatus, 1) | ||||||
|                 .eq(SaOrder::getDelFlag, 0) |                 .eq(SaOrder::getDelFlag, 0) | ||||||
|         ); |         ); | ||||||
|  |  | ||||||
		Loading…
	
		Reference in New Issue