新增患者手机号
This commit is contained in:
@@ -38,7 +38,6 @@ func (r *OrderInquiry) GetOrderInquiryPage(c *gin.Context) {
|
||||
|
||||
orderInquiryDao := dao.OrderInquiryDao{}
|
||||
orderInquiry, total, err := orderInquiryDao.GetOrderInquiryPageSearch(req.GetOrderInquiryPage, req.GetOrderInquiryPage.Page, req.GetOrderInquiryPage.PageSize)
|
||||
|
||||
if err != nil {
|
||||
responses.FailWithMessage(err.Error(), c)
|
||||
return
|
||||
|
||||
Reference in New Issue
Block a user