完善审核门店

This commit is contained in:
苏尹岚
2020-09-16 17:43:10 +08:00
parent 300e1d5e13
commit a016bac9f3

View File

@@ -897,7 +897,7 @@ func (c *StoreController) GetStoreAudit() {
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 {
if err = utils.UnmarshalUseNumber([]byte(params.Payload), &stores); err == nil {
// err = cms.CreateStoreAudit(params.Ctx, store)
}
return retVal, "", err