审核门店

This commit is contained in:
苏尹岚
2020-09-16 17:48:32 +08:00
parent a016bac9f3
commit 6e5b3ea3cb

View File

@@ -898,7 +898,7 @@ func (c *StoreController) StoreAudit() {
c.callStoreAudit(func(params *tStoreStoreAuditParams) (retVal interface{}, errCode string, err error) {
var stores []*model.StoreAudit
if err = utils.UnmarshalUseNumber([]byte(params.Payload), &stores); err == nil {
// err = cms.CreateStoreAudit(params.Ctx, store)
err = cms.StoreAudit(params.Ctx, stores, params.Status)
}
return retVal, "", err
})