Commit 4465ef2e by java-lixy

oa账号登录 记录用户名

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