修改
This commit is contained in:
parent
4d770592d1
commit
f92a39033b
@ -1,7 +1,7 @@
|
|||||||
package m
|
package m
|
||||||
|
|
||||||
const (
|
const (
|
||||||
SERVER_CONFIG = "../conf/conf.ini"
|
SERVER_CONFIG = "./conf/conf.ini"
|
||||||
)
|
)
|
||||||
|
|
||||||
const (
|
const (
|
||||||
|
@ -13,7 +13,7 @@ func BuildApproval(entity *model.Approval, userId uint64) *approval.CreateReques
|
|||||||
var exhibition *approval.Exhibition
|
var exhibition *approval.Exhibition
|
||||||
var bundle *approval.Bundle
|
var bundle *approval.Bundle
|
||||||
var workFlows []*approval.WorkFlow
|
var workFlows []*approval.WorkFlow
|
||||||
var financialFrom *approval.FinancialFrom
|
var financialForm *approval.FinancialForm
|
||||||
canViewed := false
|
canViewed := false
|
||||||
canApproval := false
|
canApproval := false
|
||||||
allStatus := uint64(entity.Status)
|
allStatus := uint64(entity.Status)
|
||||||
@ -72,7 +72,7 @@ func BuildApproval(entity *model.Approval, userId uint64) *approval.CreateReques
|
|||||||
Show: show,
|
Show: show,
|
||||||
Exhibition: exhibition,
|
Exhibition: exhibition,
|
||||||
Bundle: bundle,
|
Bundle: bundle,
|
||||||
FinancialFrom: financialFrom,
|
FinancialForm: financialForm,
|
||||||
CustomizeInfo: BuildKeyInfo(entity.ValueJson),
|
CustomizeInfo: BuildKeyInfo(entity.ValueJson),
|
||||||
CreatedAt: entity.CreatedAt.Format("2006-01-02 15:04:05"),
|
CreatedAt: entity.CreatedAt.Format("2006-01-02 15:04:05"),
|
||||||
AllStatus: allStatus, //0-未处理 1-通过 2-拒绝 3-已阅读 4-待阅读
|
AllStatus: allStatus, //0-未处理 1-通过 2-拒绝 3-已阅读 4-待阅读
|
||||||
|
Loading…
Reference in New Issue
Block a user