Commit 4465ef2e by java-lixy

oa账号登录 记录用户名

parent 960a3693
......@@ -47,7 +47,8 @@
create_by,
create_date,
update_by,
update_date
update_date,
oa_name
) VALUES(
#{id},
#{reportProject},
......@@ -65,7 +66,8 @@
#{createBy},
#{createDate},
#{updateBy},
#{updateDate}
#{updateDate},
#{oaName}
)
</insert>
......
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