ソースを参照

bug解决

Signed-off-by: lijunqing <lijunqing@dashoo.cn>
lijunqing 6 年 前
コミット
9b48e2b49b

+ 1 - 1
src/dashoo.cn/backend/api/controllers/oilsupplier/supplier.go

@@ -514,7 +514,7 @@ func (this *OilSupplierController) GetJoinCertEntityList() {
 		svcPerm := permission.GetPermissionService(utils.DBE)
 		isauth := svcPerm.IsAuthorized(this.User.Id, "oil_supplier.marketAccess.AllRecord")
 		if !svcPerm.IsAdmin(this.User.Id) && !isauth {
-			where = where + " and a.CreateUserId = '" + this.User.Id + "'"
+			where = where + " and b.CreateUserId = '" + this.User.Id + "'"
 		}
 
 	}