UserIGOTravel/guns-admin/src/main/java/com/stylefeng/guns/modular/smallLogistics/dao/mapping/OrderLogisticsMapper.xml
@@ -304,7 +304,7 @@ DATE_FORMAT(insertTime, '%Y-%m-%d %H:%i') as time, ('包裹') as name, UNIX_TIMESTAMP(insertTime) as insertTime from t_order_logistics where userId = #{uid} and state in (8, 9) and redPacketId is not null from t_order_logistics where userId = #{uid} and redPacketId is not null </select>