|
|
@@ -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)
|