|
|
@@ -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>
|