添加查询打卡情况接口
This commit is contained in:
parent
b7483086a2
commit
889030238a
@ -59,7 +59,7 @@
|
||||
<include refid="selectSysWxUserLogVo"/>
|
||||
<where>
|
||||
<if test="appid != null and appid != ''"> and appid = #{appid}</if>
|
||||
<if test="phone != null and phone != ''"> and phone = #{phone}</if>
|
||||
<if test="phone != null and phone != ''"> or phone = #{phone}</if>
|
||||
</where>
|
||||
order by create_time asc
|
||||
</select>
|
||||
|
Loading…
x
Reference in New Issue
Block a user