问题更改

This commit is contained in:
2025-08-08 16:33:13 +08:00
parent 6ebf0e4429
commit d8b3d067a9
3 changed files with 5 additions and 7 deletions

View File

@ -25,7 +25,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
update data_check_status set check_status = 2,end_date = #{checkDate}
</update>
<update id="updateCheck" parameterType="date">
<update id="updateCheck">
update data_check_status set begin_date = #{startCheckDate},end_date = #{endCheckDate},week_check = #{weekCheck},week_time_check = #{weekTimeCheck}
</update>