审核门店

This commit is contained in:
苏尹岚
2020-09-24 10:04:58 +08:00
parent 3466a5fccd
commit 3995b3705b
2 changed files with 3 additions and 2 deletions

View File

@@ -3635,6 +3635,7 @@ func StoreAudit(ctx *jxcontext.Context, storeAudits []*model.StoreAudit, status
if data, err := json.Marshal(&storeAudits[0]); err == nil {
utils.UnmarshalUseNumber(data, &storeExt)
}
storeExt.ID = 0
storeID, err := CreateStore(ctx, storeExt, ctx.GetUserName())
if err != nil {
return retVal, fmt.Errorf(err.Error())