|
|
|
@ -225,11 +225,4 @@
|
|
|
|
|
consumer_goods = #{consumerGoods,jdbcType=VARCHAR}
|
|
|
|
|
where id = #{id,jdbcType=INTEGER}
|
|
|
|
|
</update>
|
|
|
|
|
<!-- <insert id="addList">-->
|
|
|
|
|
<!-- INSERT INTO stu_spending_level (id, gender, age, annual_income, spending_score)-->
|
|
|
|
|
<!-- VALUES-->
|
|
|
|
|
<!-- <foreach collection="stuSpendingLevels" item="stuSpendingLevel" separator=",">-->
|
|
|
|
|
<!-- (#{stuSpendingLevel.id}, #{stuSpendingLevel.gender}, #{stuSpendingLevel.age}, #{stuSpendingLevel.annualIncome}, #{stuSpendingLevel.spendingScore})-->
|
|
|
|
|
<!-- </foreach>-->
|
|
|
|
|
<!-- </insert>-->
|
|
|
|
|
</mapper>
|