瀏覽代碼

会员查询报错修改

yuanliang 8 月之前
父節點
當前提交
1e9d0b3656
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      cooleshow-user/user-biz/src/main/resources/config/mybatis/VipCardRecordMapper.xml

+ 1 - 1
cooleshow-user/user-biz/src/main/resources/config/mybatis/VipCardRecordMapper.xml

@@ -139,7 +139,7 @@
               and t.display_flag_ = #{param.displayFlag}
           </if>
           <if test="param.vipType != null">
-              and t.vip_card_record = #{param.vipType}
+              and t.vip_type_ = #{param.vipType}
           </if>
       </where>
         order by  t.id_ desc