浏览代码

bug解决

Signed-off-by: lijunqing <lijunqing@dashoo.cn>
lijunqing 6 年之前
父节点
当前提交
9b48e2b49b
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/dashoo.cn/backend/api/controllers/oilsupplier/supplier.go

+ 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 + "'"
 		}
 
 	}