@@ -1818,9 +1818,9 @@ func MyUpdateBigOrder(context *admin.Context) (interface{}, error) {
"i_pay_sub_num": 0,
"i_free_sub_num": 0,
}
- if subStatus == 1 {
+ /*if subStatus == 1 {
sets["i_member_sub_status"] = 0
- }
+ }*/
set := map[string]interface{}{
"$set": sets,
"$unset": map[string]interface{}{ // 修改手机号时,被取消的原手机号也移除省份数量字段
@@ -226,7 +226,9 @@ func VipOrderDetails(res *map[string]interface{}) map[string]interface{} {
} else {
(*res)["pay_way"] = ""
- if payway == "测试使用" {
+ if payway == "transferAccounts" {
+ (*res)["pay_way"] = "对公转账"
+ } else if payway == "测试使用" {
(*res)["pay_way"] = payway
table = "测试使用"