|
|
@ -248,7 +248,7 @@ |
|
|
|
</sql> |
|
|
|
</sql> |
|
|
|
|
|
|
|
|
|
|
|
<select id="b2BDeliveryTimelinessPage" resultType="com.logpm.report.vo.trunklinebillloading.B2BDeliverTimelinessVO"> |
|
|
|
<select id="b2BDeliveryTimelinessPage" resultType="com.logpm.report.vo.trunklinebillloading.B2BDeliverTimelinessVO"> |
|
|
|
select |
|
|
|
select * from (select |
|
|
|
<if test="query.businessLineRange == null or query.businessLineRange == ''"> |
|
|
|
<if test="query.businessLineRange == null or query.businessLineRange == ''"> |
|
|
|
'全部' businessLine, |
|
|
|
'全部' businessLine, |
|
|
|
</if> |
|
|
|
</if> |
|
|
@ -407,6 +407,7 @@ |
|
|
|
</if> |
|
|
|
</if> |
|
|
|
</trim> |
|
|
|
</trim> |
|
|
|
</if> |
|
|
|
</if> |
|
|
|
|
|
|
|
) |
|
|
|
</select> |
|
|
|
</select> |
|
|
|
|
|
|
|
|
|
|
|
<select id="efficiencyCostPage" |
|
|
|
<select id="efficiencyCostPage" |
|
|
|