|
|
@@ -100,6 +100,8 @@
|
|
|
<result column="attr_code" property="attrCode" jdbcType="VARCHAR"/>
|
|
|
<result column="min" property="min" jdbcType="VARCHAR"/>
|
|
|
<result column="max" property="max" jdbcType="VARCHAR"/>
|
|
|
+ <result column="operator" property="operator" jdbcType="VARCHAR"/>
|
|
|
+ <result column="batch" property="batch" jdbcType="VARCHAR"/>
|
|
|
</collection>
|
|
|
</resultMap>
|
|
|
|
|
|
@@ -156,7 +158,9 @@
|
|
|
r.ptl_agreement_cost_id as ptl_agreement_cost_id,
|
|
|
r.attr_code as attr_code,
|
|
|
r.min as min,
|
|
|
- r.max as max
|
|
|
+ r.max as max,
|
|
|
+ r.operator as operator,
|
|
|
+ r.batch as batch
|
|
|
FROM
|
|
|
ptl_agreement_cost c
|
|
|
left join ptl_agreement_cost_rule r on c.id = r.ptl_agreement_cost_id
|