소스 검색

申请用户失败数据处理

Liuqi 6 년 전
부모
커밋
fa8c02d398
2개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/dashoo.cn/backend/api/controllers/register/oilcorporateinfo.go
  2. BIN
      src/dashoo.cn/frontend_web/dist.rar

+ 1 - 1
src/dashoo.cn/backend/api/controllers/register/oilcorporateinfo.go

@@ -89,7 +89,7 @@ func (this *OilCorporateInfoController) GetCompanyInfo() {
 	sqlStr2 := "SELECT * FROM OilCorporateInfo"
 
 	where := " where SupplierName = '" + SupplierName + "' and CreateUserId = " + this.User.Id
-	where2 := " where SupplierName = '" + SupplierName + "' and UserId = " + this.User.Id
+	where2 := " where SupplierName = '" + SupplierName + "' and CheckStatus = 11 and UserId = " + this.User.Id
 
 	sql := sqlStr + where
 	sql2 := sqlStr2 + where2

BIN
src/dashoo.cn/frontend_web/dist.rar