1 修改列表页面总数不正确问题
@ -248,7 +248,7 @@
</sql>
<select id="b2BDeliveryTimelinessPage" resultType="com.logpm.report.vo.trunklinebillloading.B2BDeliverTimelinessVO">
select
select * from (select
<if test="query.businessLineRange == null or query.businessLineRange == ''">
'全部' businessLine,
</if>
@ -407,6 +407,7 @@
</trim>
)
</select>
<select id="efficiencyCostPage"