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">