添加查询打卡情况接口

This commit is contained in:
huangdeliang 2020-12-07 08:56:10 +08:00
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>