Browse Source

字段修改

WH01243 1 month ago
parent
commit
17c447877d
1 changed files with 2 additions and 2 deletions
  1. 2 2
      clueSync/kc.go

+ 2 - 2
clueSync/kc.go

@@ -34,7 +34,7 @@ FROM
 		a.pay_money > 0 
 		a.pay_money > 0 
 		OR (
 		OR (
 			a.pay_money = 0 
 			a.pay_money = 0 
-	AND ( a.zero_type = "分期付款补充权益" OR a.zero_type = "原订单不支持开通多项权益" OR a.zero_type = "权益码兑换" ))) 
+	AND ( a.zero_type = "分期付款权益补充" OR a.zero_type = "原订单不支持开通多项权益" OR a.zero_type = "权益码兑换" ))) 
 	AND a.user_phone NOT LIKE "%s" 
 	AND a.user_phone NOT LIKE "%s" 
 	and  a.user_id  !="" 
 	and  a.user_id  !="" 
 	AND a.order_status = 1 
 	AND a.order_status = 1 
@@ -1436,7 +1436,7 @@ func FindPositionIdClueId(uid string) (int64, string, string) {
 			b.final_price > 0 
 			b.final_price > 0 
 			OR (
 			OR (
 				b.final_price = 0 
 				b.final_price = 0 
-			AND ( a.zero_type= "分期付款补充权益" OR a.zero_type=  "原订单不支持开通多项权益" OR a.zero_type=  "权益码兑换" ))) 
+			AND ( a.zero_type= "分期付款权益补充" OR a.zero_type=  "原订单不支持开通多项权益" OR a.zero_type=  "权益码兑换" ))) 
 		AND a.order_status = 1 and a.user_phone not   like "%s"
 		AND a.order_status = 1 and a.user_phone not   like "%s"
 		AND ( a.refund_status != 1 OR a.refund_status IS NULL ) 
 		AND ( a.refund_status != 1 OR a.refund_status IS NULL ) 
 		AND b.service_starttime < "2099-01-01" 
 		AND b.service_starttime < "2099-01-01"