Przeglądaj źródła

feat:增加权益

wangchuanjin 1 rok temu
rodzic
commit
b1948fb348
1 zmienionych plików z 2 dodań i 0 usunięć
  1. 2 0
      service/service.go

+ 2 - 0
service/service.go

@@ -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,
 			})