|
|
@@ -105,7 +105,7 @@ func (this *OilSupplierCertAppendController) GetList() {
|
|
|
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 CreateUserId = '" + this.User.Id + "'"
|
|
|
}
|
|
|
}
|
|
|
|