You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
nxhs/log.path_IS_UNDEFINED/debug/log-debug-2024-05-08_09-20....

13 lines
2.8 KiB

2024-05-08 09:20:20.198 [http-nio-8808-exec-1] DEBUG c.y.m.HousingEstateMapper.getNearbyHousingList - ==> 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_housing_estate a WHERE has_schedule = 1 AND station_id IS NOT NULL AND a.latitude IS NOT NULL AND a.longitude IS NOT NULL HAVING distance <= 20000 ORDER BY distance ASC LIMIT 2;
2024-05-08 09:20:20.205 [http-nio-8808-exec-1] DEBUG c.y.m.HousingEstateMapper.getNearbyHousingList - ==> Parameters: 31.032410(String), 31.032410(String), 121.226540(String)
2024-05-08 09:20:20.251 [http-nio-8808-exec-1] DEBUG c.y.m.HousingEstateMapper.getNearbyHousingList - <== Total: 2
2024-05-08 09:20:20.252 [http-nio-8808-exec-8] DEBUG cc.yunxi.mapper.ProductMapper.selectList - ==> Preparing: SELECT id,parent_id,code,name,spec,description,photo,unit,f_creator_time,f_delete_mark AS deleted FROM nx_product WHERE (f_delete_mark IS NULL AND parent_id IS NULL)
2024-05-08 09:20:20.253 [http-nio-8808-exec-8] DEBUG cc.yunxi.mapper.ProductMapper.selectList - ==> Parameters:
2024-05-08 09:20:20.291 [http-nio-8808-exec-8] DEBUG cc.yunxi.mapper.ProductMapper.selectList - <== Total: 8
2024-05-08 09:20:20.377 [http-nio-8808-exec-3] 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:20:20.379 [http-nio-8808-exec-3] DEBUG c.y.mapper.RecycleStationMapper.getNearbyStation - ==> Parameters: 31.032410(String), 31.032410(String), 121.226540(String)
2024-05-08 09:20:20.427 [http-nio-8808-exec-3] DEBUG c.y.mapper.RecycleStationMapper.getNearbyStation - <== Total: 1
2024-05-08 09:20:20.439 [http-nio-8808-exec-3] 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:20:20.441 [http-nio-8808-exec-3] DEBUG c.y.m.R.getStationInfoFirstByStationId - ==> Parameters: 552044082721986181(String)
2024-05-08 09:20:20.509 [http-nio-8808-exec-3] DEBUG c.y.m.R.getStationInfoFirstByStationId - <== Total: 7