|
@@ -24,7 +24,7 @@
|
|
|
<result property="rdBudgetRate" column="rd_budget_rate" jdbcType="NUMERIC"/>
|
|
<result property="rdBudgetRate" column="rd_budget_rate" jdbcType="NUMERIC"/>
|
|
|
<result property="threeYearsRdBudgetRate" column="three_years_rd_budget_rate" jdbcType="NUMERIC"/>
|
|
<result property="threeYearsRdBudgetRate" column="three_years_rd_budget_rate" jdbcType="NUMERIC"/>
|
|
|
<result property="rdSalesAmount" column="rd_sales_amount" jdbcType="VARCHAR"/>
|
|
<result property="rdSalesAmount" column="rd_sales_amount" jdbcType="VARCHAR"/>
|
|
|
- <result property="dataCycle" column="data_cycle" jdbcType="VARCHAR"/>
|
|
|
|
|
|
|
+ <result property="dataCycle" column="data_cycle" jdbcType="INTEGER"/>
|
|
|
<result property="actualSalesAmount" column="actual_sales_amount" jdbcType="VARCHAR"/>
|
|
<result property="actualSalesAmount" column="actual_sales_amount" jdbcType="VARCHAR"/>
|
|
|
<result property="actualRdNumber" column="actual_rd_number" jdbcType="INTEGER"/>
|
|
<result property="actualRdNumber" column="actual_rd_number" jdbcType="INTEGER"/>
|
|
|
<result property="actualOutsourcingNumber" column="actual_outsourcing_number" jdbcType="INTEGER"/>
|
|
<result property="actualOutsourcingNumber" column="actual_outsourcing_number" jdbcType="INTEGER"/>
|
|
@@ -299,7 +299,7 @@ create_time = values(create_time)
|
|
|
<if test="rdSalesAmount != null">
|
|
<if test="rdSalesAmount != null">
|
|
|
rd_sales_amount = #{rdSalesAmount},
|
|
rd_sales_amount = #{rdSalesAmount},
|
|
|
</if>
|
|
</if>
|
|
|
- <if test="dataCycle != null and dataCycle != ''">
|
|
|
|
|
|
|
+ <if test="dataCycle != null">
|
|
|
data_cycle = #{dataCycle},
|
|
data_cycle = #{dataCycle},
|
|
|
</if>
|
|
</if>
|
|
|
<if test="actualSalesAmount != null">
|
|
<if test="actualSalesAmount != null">
|
|
@@ -604,7 +604,7 @@ create_time = values(create_time)
|
|
|
<if test="rdSalesAmount != null">
|
|
<if test="rdSalesAmount != null">
|
|
|
and rd_sales_amount = #{rdSalesAmount}
|
|
and rd_sales_amount = #{rdSalesAmount}
|
|
|
</if>
|
|
</if>
|
|
|
- <if test="dataCycle != null and dataCycle != ''">
|
|
|
|
|
|
|
+ <if test="dataCycle != null">
|
|
|
and data_cycle = #{dataCycle}
|
|
and data_cycle = #{dataCycle}
|
|
|
</if>
|
|
</if>
|
|
|
<if test="actualSalesAmount != null">
|
|
<if test="actualSalesAmount != null">
|
|
@@ -909,7 +909,7 @@ create_time = values(create_time)
|
|
|
<if test="rdSalesAmount != null">
|
|
<if test="rdSalesAmount != null">
|
|
|
and rd_sales_amount = #{rdSalesAmount}
|
|
and rd_sales_amount = #{rdSalesAmount}
|
|
|
</if>
|
|
</if>
|
|
|
- <if test="dataCycle != null and dataCycle != ''">
|
|
|
|
|
|
|
+ <if test="dataCycle != null">
|
|
|
and data_cycle = #{dataCycle}
|
|
and data_cycle = #{dataCycle}
|
|
|
</if>
|
|
</if>
|
|
|
<if test="actualSalesAmount != null">
|
|
<if test="actualSalesAmount != null">
|