mirror of
https://gitee.com/XM-GO/PandaX.git
synced 2026-04-24 19:38:35 +08:00
flow
This commit is contained in:
@@ -45,7 +45,7 @@ func (p *FlowWorkClassifyApi) GetFlowWorkClassify(rc *restfulx.ReqCtx) {
|
||||
func (p *FlowWorkClassifyApi) InsertFlowWorkClassify(rc *restfulx.ReqCtx) {
|
||||
var data entity.FlowWorkClassify
|
||||
restfulx.BindQuery(rc, &data)
|
||||
|
||||
data.Creator = int(rc.LoginAccount.UserId)
|
||||
p.FlowWorkClassifyApp.Insert(data)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user