|
@@ -265,7 +265,7 @@
|
|
|
update t_goods_info
|
|
|
<set>
|
|
|
<if test="goodsInfo.goodsType != null">
|
|
|
- goods_type = #{goodsInfo.goodsType,jdbcType=INTEGER},
|
|
|
+ goods_type = #{goodsInfo.goodsType,jdbcType=VARCHAR},
|
|
|
</if>
|
|
|
<if test="goodsInfo.goodsCode != null">
|
|
|
goods_code = #{goodsInfo.goodsCode,jdbcType=VARCHAR},
|