完善审核门店
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user