Przeglądaj źródła

Merge branch 'feature/v1.0.1' of http://192.168.3.207:8080/BaseService/entManageApplication into feature/v1.0.1

zhangxinlei1996 2 lat temu
rodzic
commit
d90f2315ae
1 zmienionych plików z 2 dodań i 0 usunięć
  1. 2 0
      service/service.go

+ 2 - 0
service/service.go

@@ -267,8 +267,10 @@ func delPower(id int64) {
 				entId := common.Int64All((*orderData)["ent_id"])
 				if productType == "VIP订阅" {
 					set["l_vip_endtime"] = time.Now().Unix()
+					set["i_vip_status"] = 0
 				} else if productType == "大会员" {
 					set["i_member_endtime"] = time.Now().Unix()
+					set["i_member_status"] = 0
 					JyMysql.Update(BigServiceUser, map[string]interface{}{"s_userid": posititonId}, map[string]interface{}{"i_status": -1})
 				}