This commit is contained in:
邹宗楠
2024-09-29 15:11:50 +08:00
parent 8b2e69802d
commit 47f13ab75f

View File

@@ -347,7 +347,7 @@ func (c *StoreController) TmpGetJxBadComments() {
func (c *StoreController) GetOrderID4Comment() {
c.callGetOrderID4Comment(func(params *tStoreGetOrderID4CommentParams) (retVal interface{}, errCode string, err error) {
err = mtwm.GetMtwmCommentList4ShanGou(params.UserName, params.AppOrgCode, params.FromTime, params.ToTime)
return nil, "", err
return retVal, errCode, err
})
}