wujianwei
2026-01-14 4feb321e6fa88e86991da3610b2bdfcf5a2d87a7
tms/src/main/resources/mapper/tms/TmsQuoteItemMapper.xml
@@ -28,7 +28,7 @@
        <if test="unit != null  and unit != ''"> and thisTab.unit = #{unit}</if>
        <if test="price != null "> and thisTab.price = #{price}</if>
        <if test="currency != null  and currency != ''"> and thisTab.currency = #{currency}</if>
    </sql>
 </sql>
    <!--查询-->
    <select id="selectTmsQuoteItemById" parameterType="Integer" resultMap="TmsQuoteItemResult">
@@ -71,6 +71,7 @@
            <if test="currency != null">#{currency},</if>
            <if test="createTime != null">#{createTime},</if>
            <if test="updateTime != null">#{updateTime},</if>
         </trim>
    </insert>