|
@@ -597,6 +597,8 @@ func ResourcePowerHandle(identity *usercenter.Identity, t int64, startTime, endT
|
|
|
r1, r2 := JyMysql.InsertBatch("jianyu.bigmember_service_user", []string{"s_userid", "s_serviceid", "i_frequency", "l_starttime", "l_endtime", "i_status", "l_createtime", "l_updatetime"}, []interface{}{
|
|
|
positionId, 1, 0, startTime, endTime, 0, nowFormat, nowFormat,
|
|
|
positionId, 3, 0, startTime, endTime, 0, nowFormat, nowFormat,
|
|
|
+ positionId, 4, 500, startTime, endTime, 0, nowFormat, nowFormat,
|
|
|
+ positionId, 5, 0, startTime, endTime, 0, nowFormat, nowFormat,
|
|
|
positionId, 13, 500, startTime, endTime, 0, nowFormat, nowFormat,
|
|
|
positionId, 14, 500, startTime, endTime, 0, nowFormat, nowFormat,
|
|
|
})
|