|
@@ -24,7 +24,7 @@
|
|
|
and tu.user_name like concat('%',#{params.riderName},'%')
|
|
and tu.user_name like concat('%',#{params.riderName},'%')
|
|
|
</if>
|
|
</if>
|
|
|
</where>
|
|
</where>
|
|
|
- order by pb.dayId desc
|
|
|
|
|
|
|
+ order by pb.day_id desc
|
|
|
</select>
|
|
</select>
|
|
|
|
|
|
|
|
<select id="shopBill" resultType="com.sqx.modules.reconciliation.model.ShopBillVo">
|
|
<select id="shopBill" resultType="com.sqx.modules.reconciliation.model.ShopBillVo">
|
|
@@ -46,7 +46,7 @@
|
|
|
and gs.shop_name like concat('%',#{params.shopName},'%')
|
|
and gs.shop_name like concat('%',#{params.shopName},'%')
|
|
|
</if>
|
|
</if>
|
|
|
</where>
|
|
</where>
|
|
|
- order by pb.dayId desc
|
|
|
|
|
|
|
+ order by pb.day_id desc
|
|
|
</select>
|
|
</select>
|
|
|
<select id="platformBill" resultType="com.sqx.modules.reconciliation.model.PlatformBill">
|
|
<select id="platformBill" resultType="com.sqx.modules.reconciliation.model.PlatformBill">
|
|
|
select pb.*
|
|
select pb.*
|
|
@@ -60,7 +60,7 @@
|
|
|
and pb.day_id <![CDATA[ <= ]]> #{params.endDate}
|
|
and pb.day_id <![CDATA[ <= ]]> #{params.endDate}
|
|
|
</if>
|
|
</if>
|
|
|
</where>
|
|
</where>
|
|
|
- order by pb.dayId desc
|
|
|
|
|
|
|
+ order by pb.day_id desc
|
|
|
</select>
|
|
</select>
|
|
|
|
|
|
|
|
<select id="excelRiderBillList" resultType="com.sqx.modules.reconciliation.model.RiderBillVo">
|
|
<select id="excelRiderBillList" resultType="com.sqx.modules.reconciliation.model.RiderBillVo">
|
|
@@ -85,7 +85,7 @@
|
|
|
and tu.user_name like concat('%',#{params.riderName},'%')
|
|
and tu.user_name like concat('%',#{params.riderName},'%')
|
|
|
</if>
|
|
</if>
|
|
|
</where>
|
|
</where>
|
|
|
- order by pb.dayId desc
|
|
|
|
|
|
|
+ order by pb.day_id desc
|
|
|
</select>
|
|
</select>
|
|
|
|
|
|
|
|
<select id="excelShopBillList" resultType="com.sqx.modules.reconciliation.model.ShopBillVo">
|
|
<select id="excelShopBillList" resultType="com.sqx.modules.reconciliation.model.ShopBillVo">
|
|
@@ -107,7 +107,7 @@
|
|
|
and gs.shop_name like concat('%',#{params.shopName},'%')
|
|
and gs.shop_name like concat('%',#{params.shopName},'%')
|
|
|
</if>
|
|
</if>
|
|
|
</where>
|
|
</where>
|
|
|
- order by pb.dayId desc
|
|
|
|
|
|
|
+ order by pb.day_id desc
|
|
|
</select>
|
|
</select>
|
|
|
|
|
|
|
|
<select id="excelPlatformBillList" resultType="com.sqx.modules.reconciliation.model.PlatformBill">
|
|
<select id="excelPlatformBillList" resultType="com.sqx.modules.reconciliation.model.PlatformBill">
|
|
@@ -122,7 +122,7 @@
|
|
|
and pb.day_id <![CDATA[ <= ]]> #{params.endDate}
|
|
and pb.day_id <![CDATA[ <= ]]> #{params.endDate}
|
|
|
</if>
|
|
</if>
|
|
|
</where>
|
|
</where>
|
|
|
- order by pb.dayId desc
|
|
|
|
|
|
|
+ order by pb.day_id desc
|
|
|
</select>
|
|
</select>
|
|
|
|
|
|
|
|
<update id="updatePlatFormStartMoney">
|
|
<update id="updatePlatFormStartMoney">
|