|
@@ -13,6 +13,7 @@ import (
|
|
|
"hongze/hongze_mobile_admin/models/tables/company_product_log"
|
|
|
"hongze/hongze_mobile_admin/models/tables/company_report_permission"
|
|
|
"hongze/hongze_mobile_admin/services"
|
|
|
+ "hongze/hongze_mobile_admin/services/flow"
|
|
|
"hongze/hongze_mobile_admin/utils"
|
|
|
"rdluck_tools/paging"
|
|
|
"strconv"
|
|
@@ -519,7 +520,7 @@ func (this *ApprovalCommon) GetFlowDetail() {
|
|
|
return
|
|
|
}
|
|
|
|
|
|
- flowItem, err := services.GetApprovalFlow(flowId)
|
|
|
+ flowItem, err := flow.GetApprovalFlow(flowId)
|
|
|
if err != nil {
|
|
|
this.FailWithMessage("获取失败", "获取数据失败,Err:"+err.Error())
|
|
|
return
|