aa
This commit is contained in:
@@ -1152,6 +1152,13 @@ func (c *StoreController) AuditStoreMap() {
|
||||
// @router /GetStoreMapAudit [get]
|
||||
func (c *StoreController) GetStoreMapAudit() {
|
||||
c.callGetStoreMapAudit(func(params *tStoreGetStoreMapAuditParams) (retVal interface{}, errCode string, err error) {
|
||||
var (
|
||||
storeIDs []int
|
||||
vendorIDs []int
|
||||
auditStatuss []int
|
||||
)
|
||||
jxutils.Strings2Objs(params.StoreIDs, &storeIDs, params.VendorIDs, &vendorIDs, params.AuditStatuss, &auditStatuss)
|
||||
retVal, err = cms.GetStoreMapAudit(params.Ctx, storeIDs, vendorIDs, auditStatuss, params.FromTime, params.ToTime, params.Offset, params.PageSize)
|
||||
return retVal, "", err
|
||||
})
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user