|
|
@@ -417,8 +417,8 @@
|
|
|
</delete>
|
|
|
<select id="selectListNewOrderDun" resultType="com.goafanti.order.bo.OutNewOrderDunBo">
|
|
|
select a.id,a.order_no orderNo, a.tid, a.project_type projectType, a.dun_type dunType, a.wait_day waitDay,
|
|
|
- a.effective_count effectiveCount, a.aid, a.create_time createTime ,b.commodity_name commodityName,a.money,a.status
|
|
|
- from new_order_dun a left join t_order_task b on a.tid=b.id where 1=1
|
|
|
+ a.effective_count effectiveCount, a.aid, a.create_time createTime ,b.commodity_name commodityName,a.money,a.status,
|
|
|
+ a.appropriation_ratio appropriationRatio from new_order_dun a left join t_order_task b on a.tid=b.id where 1=1
|
|
|
<if test="orderNo != null">
|
|
|
and a.order_no= #{orderNo}
|
|
|
</if>
|