UserIGOTravel/guns-admin/src/main/java/com/stylefeng/guns/modular/smallLogistics/dao/mapping/OrderLogisticsMapper.xml
@@ -157,6 +157,7 @@ state as state, orderMoney as orderMoney, payMoney as payMoney, ifnull(discountMoney, 0) as discountMoney, (select price from t_order_logistics_spread where orderLogisticsId = a.id) as differenceMoney from t_order_logistics as a where userId = #{uid} and isDelete = 1 order by insertTime desc limit #{pageNum}, #{size} </select>