Merge branch 'zct-v2-dengluyang' of https://code.hoteas.com/golang/hotime into zhoupengwei

This commit is contained in:
2022-05-11 18:17:40 +08:00
3 changed files with 12 additions and 6 deletions
+3 -3
View File
@@ -15,9 +15,9 @@ var SearchRecordCtr = Ctr{
page = 1
}
if pageSize <= 0 {
pageSize = 20
}
//if pageSize <= 0 {
pageSize = 50
//}
data := Map{"del_flag": 0}
keywords := that.Req.FormValue("keywords")
+1 -1
View File
@@ -80,7 +80,7 @@ var VipOrderCtr = Ctr{
if user.GetCeilInt("salesman_id") != 0 {
data["salesman_id"] = user.GetCeilInt("salesman_id")
}
data["name"] = tp + "1年VIP会员"
data["name"] = companyName + tp + "1年VIP会员"
jsParams, e := wechat.WxPay.GetJsOrder(data.GetCeilInt64("amount"), that.Config.GetString("wechatAppID"), wc.GetString("openid"), data.GetString("name"), data.GetString("sn"), that.Config.GetString("wechatAppNotifyUrl"))
if e != nil {