Merge branch 'master' into ah-simple
This commit is contained in:
commit
7f1e6de5f0
|
|
@ -111,6 +111,9 @@
|
|||
<if test="sellerCompanyId != null">
|
||||
#{sellerCompanyId,jdbcType=INTEGER},
|
||||
</if>
|
||||
<if test="noticeCompanyId != null">
|
||||
#{noticeCompanyId,jdbcType=INTEGER},
|
||||
</if>
|
||||
</trim>
|
||||
</insert>
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue