浏览代码

修复bug

Memory_LG 3 周之前
父节点
当前提交
834768dd4a
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      qmjszx-business/src/main/resources/mapper/voucher/BeilvVoucherMemberMapper.xml

+ 1 - 1
qmjszx-business/src/main/resources/mapper/voucher/BeilvVoucherMemberMapper.xml

@@ -95,7 +95,7 @@
         left join sys_member m on vm.member_id = m.id
         left join sys_member m on vm.member_id = m.id
         where m.id = #{memberId}
         where m.id = #{memberId}
         <if test="voucherType != null and voucherType != ''">and v.voucher_type = #{voucherType}</if>
         <if test="voucherType != null and voucherType != ''">and v.voucher_type = #{voucherType}</if>
-        <if test="payPrice != null and payPrice != ''">and v.instant_discount &gt;= #{payPrice}</if>
+        <if test="payPrice != null and payPrice != ''">and v.instant_discount &lt;= #{payPrice}</if>
         <if test="isValidity != null and isValidity != ''">and vm.is_validity = #{isValidity}</if>
         <if test="isValidity != null and isValidity != ''">and vm.is_validity = #{isValidity}</if>
     </select>
     </select>
 </mapper>
 </mapper>