Commit eba126aa by 张祺

修正任务下发启动的问题

parent b258d5b8
...@@ -8,7 +8,7 @@ ...@@ -8,7 +8,7 @@
values values
<foreach collection="notices" item="nt" separator=","> <foreach collection="notices" item="nt" separator=",">
( (
#{nt.titile}, #{nt.detail}, #{nt.isRead}, #{nt.toUser}, #{nt.state}, #{nt.title}, #{nt.detail}, #{nt.isRead}, #{nt.toUserId}, #{nt.state},
#{nt.creator},#{nt.updater}, #{nt.createTime}, #{nt.updateTime} #{nt.creator},#{nt.updater}, #{nt.createTime}, #{nt.updateTime}
) )
</foreach> </foreach>
......
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