소스 검색

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