DengBiao 8 månader sedan
förälder
incheckning
5670194e14
1 ändrade filer med 1 tillägg och 1 borttagningar
  1. +1
    -1
      app/customer/svc/svc_enterprise.go

+ 1
- 1
app/customer/svc/svc_enterprise.go Visa fil

@@ -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+"%")


Laddar…
Avbryt
Spara