Browse Source

Merge remote-tracking branch 'origin/master'

ct 5 days ago
parent
commit
ad3c3ac226
1 changed files with 1 additions and 1 deletions
  1. 1 1
      fs-service/src/main/resources/mapper/his/FsUserMapper.xml

+ 1 - 1
fs-service/src/main/resources/mapper/his/FsUserMapper.xml

@@ -94,7 +94,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
             <if test="isShow != null  ">and is_show = #{isShow}</if>
             <!--<if test="qwRepeat != null  ">and qw_repeat = #{qwRepeat}</if>
             <if test="userRepeat != null  ">and user_repeat = #{userRepeat}</if>-->
-            <if test="payOrder != null  ">and pay_order = #{payOrder}</if>
+<!--            <if test="payOrder != null  ">and pay_order = #{payOrder}</if>-->
         </where>
     </select>