|
@@ -236,8 +236,8 @@ func (this *PermissionController) IsAuthorizeds() {
|
|
|
// @Param uid path string true "The key for staticblock"
|
|
// @Param uid path string true "The key for staticblock"
|
|
|
// @Success 200 {object} models.User
|
|
// @Success 200 {object} models.User
|
|
|
// @Failure 403 :uid is empty
|
|
// @Failure 403 :uid is empty
|
|
|
-// @router /delete-perm [get]
|
|
|
|
|
-func (this *PermissionController) GetDelAuditForProf() {
|
|
|
|
|
|
|
+// @router /is-prof-perm [get]
|
|
|
|
|
+func (this *PermissionController) GetAuditPermForProf() {
|
|
|
var setting auditsetting.Base_OilAuditSetting
|
|
var setting auditsetting.Base_OilAuditSetting
|
|
|
orgSvc := organize.GetOrganizeService(utils.DBE)
|
|
orgSvc := organize.GetOrganizeService(utils.DBE)
|
|
|
whereAudit := "AuditStepCode='PROF_REGULATION'"
|
|
whereAudit := "AuditStepCode='PROF_REGULATION'"
|