Commit 089bbd9c by 徐高华

Merge branch 'feature/xgh/202507迭代' into 'developer'

任务通知

See merge request !3090
parents e329b246 285511e0
......@@ -26,6 +26,7 @@
<insert id="save">
<![CDATA[
INSERT INTO tab_haoban_task_notice(
id,
enterprise_id,
plan_id,
plan_type,
......@@ -35,6 +36,7 @@
update_time,
status_flag
)VALUES(
#{id},
#{enterpriseId,jdbcType=CHAR},
#{planId,jdbcType=VARCHAR},
#{planType,jdbcType=INTEGER},
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment