This commit is contained in:
15066119699 2025-03-09 09:08:06 +08:00
parent c0dcc4e3ca
commit d8930d9559

View File

@ -105,7 +105,7 @@
<if test="locationId != null">#{locationId},</if>
<if test="ckType != null">#{ckType},</if>
<if test="stockId != null">#{stockId},</if>
<if test="orderId != null">#{stockId},</if>
<if test="orderId != null">#{orderId},</if>
</trim>
</insert>