This commit is contained in:
邹宗楠
2024-11-19 16:37:14 +08:00
parent f6986731ae
commit 07a8865fcc

View File

@@ -346,7 +346,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 retVal, "", err
return nil, "", err
})
}