فهرست منبع

修复检索问题

lqc 5 سال پیش
والد
کامیت
ef21134b23
1فایلهای تغییر یافته به همراه2 افزوده شده و 2 حذف شده
  1. 2 2
      src/main/java/com/mokamrp/privates/mapper/pangu/FosterwxMobileMapper.xml

+ 2 - 2
src/main/java/com/mokamrp/privates/mapper/pangu/FosterwxMobileMapper.xml

@@ -43,8 +43,8 @@
             <if test="param.mobileNo != null">and mobile_no = #{param.mobileNo}</if>
             <if test="param.workWxStatus != null">and work_wx_status = #{param.workWxStatus}</if>
             <if test="param.mobileOperator != null">and mobile_operator = #{param.mobileOperator}</if>
-            <if test="param.wxStatus != null">and id = #{param.wxStatus}</if>
-            <if test="param.status != null">and id = #{param.status}</if>
+            <if test="param.wxStatus != null">and wx_status = #{param.wxStatus}</if>
+            <if test="param.status != null">and status = #{param.status}</if>
         </where>
         order by id desc
     </select>