Commit e763f91f by guanzhenshan

解决采购单明细无法保存的问题

parent c3d00df7
...@@ -541,7 +541,7 @@ ...@@ -541,7 +541,7 @@
#{amountExpress,jdbcType=DECIMAL}, #{amountExpress,jdbcType=DECIMAL},
</if> </if>
<if test="createusername != null"> <if test="createusername != null">
#{createUsername,jdbcType=VARCHAR}, #{createusername,jdbcType=VARCHAR},
</if> </if>
</trim> </trim>
</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