Commit 8bc71acd authored by 谢希宇's avatar 谢希宇

Aidea product update by Strive Date 2020-10-14

parent 3943485c
...@@ -103,7 +103,7 @@ ...@@ -103,7 +103,7 @@
( (
#{id, jdbcType=BIGINT}, #{id, jdbcType=BIGINT},
#{consultId, jdbcType=BIGINT}, #{consultId, jdbcType=VARCHAR},
#{userName, jdbcType=VARCHAR}, #{userName, jdbcType=VARCHAR},
#{numberId, jdbcType=VARCHAR}, #{numberId, jdbcType=VARCHAR},
now(), now(),
...@@ -173,7 +173,7 @@ ...@@ -173,7 +173,7 @@
</if> </if>
<if test="consultId != null"> <if test="consultId != null">
consult_id = #{consultId, jdbcType=BIGINT}, consult_id = #{consultId, jdbcType=VARCHAR},
</if> </if>
<if test="userName != null"> <if test="userName != null">
user_name = #{userName, jdbcType=VARCHAR}, user_name = #{userName, jdbcType=VARCHAR},
......
...@@ -79,7 +79,6 @@ ...@@ -79,7 +79,6 @@
<module>workshop-module-web</module> <module>workshop-module-web</module>
<module>schaeffler-modules</module> <module>schaeffler-modules</module>
<module>aidea-modules</module> <module>aidea-modules</module>
</modules> </modules>
<properties> <properties>
......
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