浏览代码

注释清除没有的字段

三七 5 天之前
父节点
当前提交
98d6653a71
共有 1 个文件被更改,包括 1 次插入1 次删除
  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>