新增了获取系统商品列表-限制条数

This commit is contained in:
2024-06-05 14:12:53 +08:00
parent 9f6b54a6c4
commit ca629cdb2d
5 changed files with 130 additions and 2 deletions
-1
View File
@@ -136,7 +136,6 @@ func (r *UserPatient) GetUserPatientList(c *gin.Context) {
userPatientDao := dao.UserPatientDao{}
userPatient, err := userPatientDao.GetUserPatientListSearch(req)
if err != nil {
responses.FailWithMessage(err.Error(), c)
return