fanli/src/main/java/com/yeshi/fanli/mapping/user/UserGoodsStorageMapper.xml
@@ -139,9 +139,4 @@ separator=",">#{item}</foreach> </select> <update id="updateShareStateByCommonGoodsId" parameterType="java.lang.Long"> UPDATE `yeshi_ec_user_goods_storage` ts SET ts.`guc_state` = 1 WHERE ts.`guc_common_id` = #{commonGoodsId} </update> </mapper>