Browse Source

冲突修改

huahaiyan 6 years ago
parent
commit
54a109e150
1 changed files with 2 additions and 2 deletions
  1. 2 2
      src/dashoo.cn/backend/api/controllers/oilsupplier/supplier.go

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

@@ -1880,9 +1880,9 @@ func (this *OilSupplierController) GetAuditerByFist() {
 	Id := this.Ctx.Input.Param(":firstId")
 	auditstepcode := this.GetString("auditstepcode")
 	certSrv := suppliercert.GetOilSupplierCertService(utils.DBE)
-	orgSrv := organize.GetOrganizeService(utils.DBE)
+	//orgSrv := organize.GetOrganizeService(utils.DBE)
 	var userentity userRole.Base_User
-	certSrv.GetEntityById(Id,&userentity)
+	certSrv.GetEntityById(Id, &userentity)
 
 	svc := organize.GetOrganizeService(utils.DBE)
 	unitId := svc.GetMyUnitDepartmentId(userentity.Departmentid)