3254194295 před 11 měsíci
rodič
revize
392ef166cf

+ 5 - 5
platform-dao/src/main/resources/mapper/store/OutStoreDetailMapper.xml

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