2024-05-08 09:21:05.098 [http-nio-8808-exec-10] DEBUG c.y.mapper.RecycleOrderMapper.selectPage_mpCount - ==> Preparing: SELECT COUNT(*) FROM nx_recycle_order WHERE (order_type_id = ? AND client_id = ? AND order_status_id = ?) 2024-05-08 09:21:05.101 [http-nio-8808-exec-10] DEBUG c.y.mapper.RecycleOrderMapper.selectPage_mpCount - ==> Parameters: 520193382480351557(String), 1773524613963386881(String), 520192817293693253(String) 2024-05-08 09:21:05.123 [http-nio-8808-exec-10] DEBUG c.y.mapper.RecycleOrderMapper.selectPage_mpCount - <== Total: 1 2024-05-08 09:21:07.215 [http-nio-8808-exec-2] DEBUG cc.yunxi.mapper.ManagerMapper.getUnitListByPhone - ==> Preparing: SELECT b.f_full_name as unitName FROM nx_manager a LEFT JOIN base_organize b ON a.company_id = b.f_id WHERE a.mobile_phone = ? 2024-05-08 09:21:07.217 [http-nio-8808-exec-2] DEBUG cc.yunxi.mapper.ManagerMapper.getUnitListByPhone - ==> Parameters: 13601921745(String) 2024-05-08 09:21:07.237 [http-nio-8808-exec-2] DEBUG cc.yunxi.mapper.ManagerMapper.getUnitListByPhone - <== Total: 2 2024-05-08 09:21:07.315 [http-nio-8808-exec-6] DEBUG cc.yunxi.mapper.ClientAddressMapper.selectList - ==> Preparing: SELECT id,client_id,receive_user_name,receive_mobile_phone,receive_city,receive_street,receive_house_number,is_default,longitude,latitude,f_creator_time AS creatorTime,f_last_modify_time AS updateTime FROM nx_client_address WHERE (client_id = ?) ORDER BY is_default DESC 2024-05-08 09:21:07.318 [http-nio-8808-exec-6] DEBUG cc.yunxi.mapper.ClientAddressMapper.selectList - ==> Parameters: 1773524613963386881(String) 2024-05-08 09:21:07.345 [http-nio-8808-exec-6] DEBUG cc.yunxi.mapper.ClientAddressMapper.selectList - <== Total: 5 2024-05-08 09:21:07.789 [http-nio-8808-exec-9] DEBUG c.y.mapper.RecycleStationMapper.getNearbyStation - ==> Preparing: SELECT a.*, ROUND( 6378.138 * 2 * ASIN( SQRT( POW( SIN(( ? - latitude ) * PI()/ 360 ), 2 ) + COS( ? * PI() / 180 ) * COS( latitude * PI() / 180 ) * POW( SIN(( ? - longitude ) * PI() / 360 ), 2 ))) * 1000 ) AS distance FROM nx_enterprise_recycle_station a WHERE a.latitude IS NOT NULL AND a.longitude IS NOT NULL HAVING distance <= a.accept_range ORDER BY distance ASC LIMIT 1; 2024-05-08 09:21:07.790 [http-nio-8808-exec-9] DEBUG c.y.mapper.RecycleStationMapper.getNearbyStation - ==> Parameters: 31.031822(String), 31.031822(String), 121.229287(String) 2024-05-08 09:21:07.817 [http-nio-8808-exec-9] DEBUG c.y.mapper.RecycleStationMapper.getNearbyStation - <== Total: 1 2024-05-08 09:21:07.823 [http-nio-8808-exec-9] DEBUG c.y.m.R.getStationInfoFirstByStationId - ==> Preparing: select f.* , p.product_id, p.recovery_price from nx_product as f left join nx_price_product as p on f.id = p.product_id where exists( select e.parent_id from nx_enterprise_recycle_station as a left join nx_price_recycle as b on a.id=b.recycle_id left join nx_price_product as c on b.price_id= c.price_id left join nx_price as d on d.id=b.price_id left join nx_product as e on e.id=c.product_id where a.id=? and e.parent_id=f.id ) 2024-05-08 09:21:07.826 [http-nio-8808-exec-9] DEBUG c.y.m.R.getStationInfoFirstByStationId - ==> Parameters: 552044082721986181(String) 2024-05-08 09:21:07.851 [http-nio-8808-exec-9] DEBUG c.y.m.R.getStationInfoFirstByStationId - <== Total: 7