Browse Source

update

tmp
DengBiao 8 months ago
parent
commit
5670194e14
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      app/customer/svc/svc_enterprise.go

+ 1
- 1
app/customer/svc/svc_enterprise.go View File

@@ -14,7 +14,7 @@ func EnterpriseList(req md.EnterpriseListReq, platform string) (m []model.Enterp
}
if platform == "alipay_applet" {
//TODO::暂只开放金茂小学支付宝购买权限
eg.And("pvd != ? ", enum.EnterprisePvdForOnlinePayment).Or("pvd = ? and mode !=?", enum.EnterprisePvdForOnlinePayment, enum.EnterpriseModeForSchool).Or("enterprise_id = 7")
eg.And("pvd != ? ", enum.EnterprisePvdForOnlinePayment).Or("pvd = ? and mode !=?", enum.EnterprisePvdForOnlinePayment, enum.EnterpriseModeForSchool).Or("id = 7")
}
if req.Name != "" {
eg.And("name like ?", "%"+req.Name+"%")


Loading…
Cancel
Save