打卡位置

This commit is contained in:
2025-11-12 10:48:44 +08:00
parent 878615344d
commit 7e21e1ab02
15 changed files with 105 additions and 17 deletions

View File

@ -533,7 +533,7 @@
</if>
and a.xt_sjzt = '1'
and a.bbzt = '0'
and a.bbjssj is null
and (
a.fzr_sfzh = #{sfzh} or a.id in (select ywid
from tb_qw_jl b
@ -665,8 +665,8 @@
<insert id="insertTbWzSblswz">
insert into mosty_wzzx.tb_wz_lswz
(id,sjly,dwsj,ywid,jd,wd)
values (#{id},#{sjly},#{dwsj},#{ywid},#{jd},#{wd})
(id,sjly,dwsj,ywid,jd,wd, xt_sjly, xt_sjzt, xt_scbz)
values (#{id},#{sjly},#{dwsj},#{ywid},#{jd},#{wd}, #{xtSjly}, #{xtSjzt}, #{xtScbz})
</insert>
<select id="getSumXfsc" resultType="java.util.Map">