Fancy
2024-08-20 b32dba6d0c069e4d1a416358501b441865714ab3
pms-parent/pms-global/src/main/resources/mapper/PrOrderItemMapper.xml
@@ -25,6 +25,7 @@
        where  id = #{id,jdbcType=BIGINT} 
    </select>
    <select id="selectItems"  parameterType="java.lang.Long" resultMap="BaseResultMap">
        <!--算出完成率-->
        select
        <include refid="Base_Column_List" />
        from pr_order_item
@@ -63,6 +64,7 @@
        </trim>
    </insert>
    <update id="updateByPrimaryKeySelective" parameterType="com.dy.pmsGlobal.pojoPr.PrOrderItem">
        <!--@mbg.generated-->
        update pr_order_item
        <set>
                <if test="orderId != null">