Merge branch 'master' into ah-simple

This commit is contained in:
sxu 2025-01-23 10:16:41 +08:00
commit 7f1e6de5f0
1 changed files with 3 additions and 0 deletions

View File

@ -111,6 +111,9 @@
<if test="sellerCompanyId != null">
#{sellerCompanyId,jdbcType=INTEGER},
</if>
<if test="noticeCompanyId != null">
#{noticeCompanyId,jdbcType=INTEGER},
</if>
</trim>
</insert>