打卡位置

This commit is contained in:
2025-11-06 12:22:53 +08:00
parent 4598512e29
commit 878615344d
6 changed files with 55 additions and 1 deletions

View File

@ -663,6 +663,12 @@
#{xtZhgxr}, #{xtZhgxbmdm}, #{xtZhgxbm}, #{zylx}, #{dzbq}, #{wqzb})
</insert>
<insert id="insertTbWzSblswz">
insert into mosty_wzzx.tb_wz_lswz
(id,sjly,dwsj,ywid,jd,wd)
values (#{id},#{sjly},#{dwsj},#{ywid},#{jd},#{wd})
</insert>
<select id="getSumXfsc" resultType="java.util.Map">
select sum(xfsc) xfsc,ssxgaj,ssxgajid from tb_qw_xfbb where xfrq &lt;= #{jssj} and xfrq >= #{kssj}
and xt_sjzt = '1' and xt_scbz = '0'
@ -835,4 +841,8 @@
where ywid = #{bbid}
ORDER BY dwsj ASC
</select>
<update id="updateBbJzwz" parameterType="com.mosty.base.model.dto.qwzx.TbQwXfbbDkWzDto">
update tb_qw_xfbb set jd = #{jd},wd = #{wd} where id = #{bbid}
</update>
</mapper>