bug修复
This commit is contained in:
parent
3cd0c79227
commit
09529fb4ba
@ -16,6 +16,7 @@
|
||||
<if test="createDateBegin != null">
|
||||
and create_date >= #{createDateBegin}
|
||||
</if>
|
||||
group by who_id
|
||||
) t2 on
|
||||
t1.create_date=t2.create_date and t1.who_id=t2.who_id
|
||||
left join uface_dev ud on t1.device_sn = ud.dev_sn
|
||||
|
||||
@ -103,10 +103,10 @@ swagger.enable=true
|
||||
#\u4E2A\u63A8\u914D\u7F6E
|
||||
getui.baseUrl=https://restapi.getui.com/v2/
|
||||
# 新配置
|
||||
getui.appId=Hl0bAepqhhAXcpcQqOuJ55
|
||||
getui.appKey=skHP0xOulH7OFQ0mFGP5k1
|
||||
getui.appSecret=vcF3ObJ8HD7rPKDe47QdG9
|
||||
getui.masterSecret=b5uvWer4j68IMzVj1eh9zA
|
||||
getui.appId=zP7A1fWyO98KaCHw8OunB9
|
||||
getui.appKey=hIeY0ufKl87kxVW3Tytch4
|
||||
getui.appSecret=A2QqlgTGQY9uOIMeBeaOe3
|
||||
getui.masterSecret=fnwjipGoAx8bXP2jPSHGc2
|
||||
#判断考勤回调是否需要图片,1是
|
||||
# 人员考勤图片类型 1:base64
|
||||
imageType=1
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user