审核门店
This commit is contained in:
@@ -3618,7 +3618,7 @@ func StoreAudit(ctx *jxcontext.Context, storeAudits []*model.StoreAudit, status
|
||||
if status == model.StoreAuditStatusCreated {
|
||||
storeAudits[0].AuditStatus = model.StoreAuditStatusCreated
|
||||
//添加门店
|
||||
storeExt := &StoreExt{}
|
||||
var storeExt *StoreExt
|
||||
utils.Map2StructByJson(utils.Struct2MapByJson(&storeAudits[0]), &storeExt, false)
|
||||
storeID, err := CreateStore(ctx, storeExt, ctx.GetUserName())
|
||||
if err != nil {
|
||||
|
||||
Reference in New Issue
Block a user