更新证件类型

This commit is contained in:
huangdeliang
2020-12-07 15:33:53 +08:00
parent 577e3ebef0
commit c869599d0b
3 changed files with 86 additions and 40 deletions

View File

@ -59,7 +59,7 @@
<include refid="selectSysWxUserLogVo"/>
<where>
<if test="appid != null and appid != ''"> and appid = #{appid}</if>
<if test="phone != null and phone != ''"> or phone = #{phone}</if>
<if test="phone != null and phone != ''"> and phone = #{phone}</if>
</where>
order by create_time asc
</select>