Explorar o código

申请用户失败数据处理

Liuqi %!s(int64=6) %!d(string=hai) anos
pai
achega
fa8c02d398

+ 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=BIN
src/dashoo.cn/frontend_web/dist.rar