@@ -125,7 +125,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
<if test="item.stockRemark != null">stockRemark = #{item.stockRemark},</if>
<if test="item.tid != null">tid = #{item.tid}</if>
</trim>
- where stockId = #{item.stockId} and tid = #{tid}
+ where stockId = #{item.stockId} and tid = #{item.tid}
</foreach>
</update>