|
|
@@ -449,7 +449,7 @@
|
|
|
</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, b.set_up_amount setUpAmount,
|
|
|
- a.effective_count effectiveCount, a.aid, a.create_time createTime ,b.commodity_name commodityName,a.money,a.status,
|
|
|
+ a.effective_count effectiveCount, a.aid, a.create_time createTime ,b.commodity_name commodityName,a.money,a.status,a.customize_time customizeTime,
|
|
|
a.appropriation_ratio appropriationRatio,date_format(a.customize_time,'%Y-%m-%d') customizeTimes, a.customize_name customizeName
|
|
|
from new_order_dun a left join t_order_task b on a.tid=b.id where 1=1
|
|
|
<if test="orderNo != null">
|