|
@@ -1,6 +1,7 @@
|
|
database:
|
|
database:
|
|
default:
|
|
default:
|
|
- link: "mysql:readuser:jyTi_R202403@tcp(192.168.3.71:4003)/jianyu"
|
|
|
|
|
|
+ #link: "mysql:readuser:jyTi_R202403@tcp(192.168.3.71:4003)/jianyu"
|
|
|
|
+ link: "mysql:root:=PDT49#80Z!RVv52_z@tcp(192.168.3.217:4000)/jianyu"
|
|
debug: true
|
|
debug: true
|
|
jy_user_center:
|
|
jy_user_center:
|
|
link: "mysql:root:=PDT49#80Z!RVv52_z@tcp(192.168.3.217:4000)/jy_user_center"
|
|
link: "mysql:root:=PDT49#80Z!RVv52_z@tcp(192.168.3.217:4000)/jy_user_center"
|
|
@@ -11,8 +12,8 @@ logger:
|
|
path: "logs" # 日志文件路径。默认为空,表示关闭,仅输出到终端
|
|
path: "logs" # 日志文件路径。默认为空,表示关闭,仅输出到终端
|
|
file: "{Y-m-d}.log" # 日志文件格式。默认为"{Y-m-d}.log"
|
|
file: "{Y-m-d}.log" # 日志文件格式。默认为"{Y-m-d}.log"
|
|
|
|
|
|
-flushEndTime: "2025-08-01"
|
|
|
|
-flushCreateTime: "2024-08-01 00:00:01"
|
|
|
|
|
|
+flushEndTime: "2025-07-23"
|
|
|
|
+flushCreateTime: "2024-07-23 00:00:01" #流水生成时间
|
|
#查询企业权限
|
|
#查询企业权限
|
|
#entListQuery: "SELECT DISTINCT(ent_id) as entId FROM entniche_wait_empower WHERE end_time > ? and ent_id =25879"
|
|
#entListQuery: "SELECT DISTINCT(ent_id) as entId FROM entniche_wait_empower WHERE end_time > ? and ent_id =25879"
|
|
entListQuery: "SELECT DISTINCT(ent_id) as entId FROM entniche_wait_empower WHERE end_time > ? and ent_id >0 and product_type like '%大会员%'"
|
|
entListQuery: "SELECT DISTINCT(ent_id) as entId FROM entniche_wait_empower WHERE end_time > ? and ent_id >0 and product_type like '%大会员%'"
|
|
@@ -26,4 +27,4 @@ entUserDetailQuery: "select h.product_type,a.id,a.wait_empower_id,c.phone from e
|
|
where a.status = 1 and a.ent_id = ? and wait_empower_id= ? and h.end_time >= ?"
|
|
where a.status = 1 and a.ent_id = ? and wait_empower_id= ? and h.end_time >= ?"
|
|
queryPosId: "SELECT b.id as positionId,u.phone FROM base_service.base_user u INNER JOIN base_service.base_position b on(u.id=b.user_id AND b.ent_id = ? AND u.phone in ('%s'))"
|
|
queryPosId: "SELECT b.id as positionId,u.phone FROM base_service.base_user u INNER JOIN base_service.base_position b on(u.id=b.user_id AND b.ent_id = ? AND u.phone in ('%s'))"
|
|
|
|
|
|
-personalQuery: "SELECT user_id,filter,vip_endtime,order_code FROM dataexport_order WHERE product_type='大会员' AND vip_starttime < '2099-01-01 00:00:00' AND vip_endtime>? AND buy_subject!=2 AND order_status=1 AND filter like '%comboId%'"
|
|
|
|
|
|
+personalQuery: "SELECT user_id,filter,vip_endtime,order_code,buy_count FROM dataexport_order WHERE product_type='大会员' AND vip_starttime < '2099-01-01 00:00:00' AND vip_endtime>? AND buy_subject!=2 AND order_status=1 AND filter like '%comboId%'"
|