Commit 285511e0 by 徐高华

任务通知

parent e05af6c1
......@@ -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