소스 검색

修复检索问题

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.mobileNo != null">and mobile_no = #{param.mobileNo}</if>
             <if test="param.workWxStatus != null">and work_wx_status = #{param.workWxStatus}</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.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>
         </where>
         order by id desc
         order by id desc
     </select>
     </select>