|
@@ -185,14 +185,14 @@ outstoredetail.project_second_name,
|
|
<foreach collection="list" item="item" index="index" open="" close="" separator=";">
|
|
<foreach collection="list" item="item" index="index" open="" close="" separator=";">
|
|
update t_out_store_detail
|
|
update t_out_store_detail
|
|
<set>
|
|
<set>
|
|
- <if test="num!=null ">
|
|
|
|
- num=#{item.num}
|
|
|
|
|
|
+ <if test="item.num!=null ">
|
|
|
|
+ num=#{item.num},
|
|
</if>
|
|
</if>
|
|
- <if test="total_price!=null">
|
|
|
|
- total_price = #{item.totalPrice}
|
|
|
|
|
|
+ <if test="item.totalPrice!=null">
|
|
|
|
+ total_price = #{item.totalPrice},
|
|
|
|
|
|
</if>
|
|
</if>
|
|
- <if test="cdefine33!=null and cdefine33!=''">
|
|
|
|
|
|
+ <if test="item.cdefine33!=null and item.cdefine33!=''">
|
|
cdefine33 = #{item.cdefine33}
|
|
cdefine33 = #{item.cdefine33}
|
|
|
|
|
|
</if>
|
|
</if>
|