2025-09-24 16:01:43.664 [reactor-http-nio-6] DEBUG reactor.netty.http.server.HttpServerOperations - [50206d33, L:/192.168.10.130:9000 - R:/192.168.10.130:61997] New http connection, requesting read
2025-09-24 16:01:43.664 [reactor-http-nio-6] DEBUG reactor.netty.transport.TransportConfig - [50206d33, L:/192.168.10.130:9000 - R:/192.168.10.130:61997] Initialized pipeline DefaultChannelPipeline{(reactor.left.httpCodec = io.netty.handler.codec.http.HttpServerCodec), (reactor.left.httpTrafficHandler = reactor.netty.http.server.HttpTrafficHandler), (reactor.right.reactiveBridge = reactor.netty.channel.ChannelOperationsHandler)}
2025-09-24 16:01:43.665 [reactor-http-nio-6] DEBUG reactor.netty.http.server.HttpServerOperations - [50206d33, L:/192.168.10.130:9000 - R:/192.168.10.130:61997] Increasing pending responses, now 1
2025-09-24 16:01:43.665 [reactor-http-nio-6] DEBUG reactor.netty.http.server.HttpServer - [50206d33-1, L:/192.168.10.130:9000 - R:/192.168.10.130:61997] Handler is being applied: org.springframework.http.server.reactive.ReactorHttpHandlerAdapter@f732ab5
2025-09-24 16:01:43.665 [reactor-http-nio-6] DEBUG o.s.web.server.adapter.HttpWebHandlerAdapter - [50206d33-13] HTTP PUT "/master/shipperPart/updateBindings"
2025-09-24 16:01:43.665 [reactor-http-nio-6] DEBUG o.s.w.r.r.m.a.RequestMappingHandlerMapping - [50206d33-13] Mapped to com.hvlink.controller.ShipperPartController#updateBindings(ShipperPartParam)
2025-09-24 16:01:43.666 [reactor-http-nio-6] DEBUG o.s.w.r.r.m.a.RequestBodyMethodArgumentResolver - [50206d33-13] Content-Type:application/json
2025-09-24 16:01:43.666 [reactor-http-nio-6] DEBUG o.s.w.r.r.m.a.RequestBodyMethodArgumentResolver - [50206d33-13] 0..1 [com.hvlink.entity.param.master.ShipperPartParam]
2025-09-24 16:01:43.666 [reactor-http-nio-6] DEBUG reactor.netty.channel.FluxReceive - [50206d33-1, L:/192.168.10.130:9000 - R:/192.168.10.130:61997] [terminated=false, cancelled=false, pending=0, error=null]: subscribing inbound receiver
2025-09-24 16:01:43.667 [reactor-http-nio-6] DEBUG o.s.http.codec.json.Jackson2JsonDecoder - [50206d33-13] Decoded [ShipperPartParam(shipperId=28, partIds=[456, 530])]
ShipperPartParam(shipperId=28, partIds=[456, 530])
2025-09-24 16:01:43.667 [reactor-http-nio-6] DEBUG o.s.jdbc.datasource.DataSourceTransactionManager - Creating new transaction with name [com.hvlink.service.impl.ShipperPartServiceImpl.updateShipperParts]: PROPAGATION_REQUIRED,ISOLATION_DEFAULT,-java.lang.Exception
2025-09-24 16:01:43.667 [reactor-http-nio-6] DEBUG o.s.jdbc.datasource.DataSourceTransactionManager - Acquired Connection [ConnectionID:3 ClientConnectionId: 64c42d95-bfb2-4b07-b196-8943f3b70bce] for JDBC transaction
2025-09-24 16:01:43.667 [reactor-http-nio-6] DEBUG o.s.jdbc.datasource.DataSourceTransactionManager - Switching JDBC Connection [ConnectionID:3 ClientConnectionId: 64c42d95-bfb2-4b07-b196-8943f3b70bce] to manual commit
2025-09-24 16:01:43.683 [reactor-http-nio-6] DEBUG org.mybatis.spring.SqlSessionUtils - Creating a new SqlSession
2025-09-24 16:01:43.683 [reactor-http-nio-6] DEBUG org.mybatis.spring.SqlSessionUtils - Registering transaction synchronization for SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@6eda94a6]
2025-09-24 16:01:43.683 [reactor-http-nio-6] DEBUG o.m.spring.transaction.SpringManagedTransaction - JDBC Connection [ConnectionID:3 ClientConnectionId: 64c42d95-bfb2-4b07-b196-8943f3b70bce] will be managed by Spring
2025-09-24 16:01:43.683 [reactor-http-nio-6] DEBUG c.h.m.m.ShipperPartMapper.selectPartIdsByShipperId - ==> Preparing: SELECT part_id FROM tm_shipper_part WHERE shipper_id = ?
2025-09-24 16:01:43.683 [reactor-http-nio-6] DEBUG c.h.m.m.ShipperPartMapper.selectPartIdsByShipperId - ==> Parameters: 28(Integer)
2025-09-24 16:01:43.694 [reactor-http-nio-6] DEBUG c.h.m.m.ShipperPartMapper.selectPartIdsByShipperId - <== Total: 2
2025-09-24 16:01:43.694 [reactor-http-nio-6] DEBUG org.mybatis.spring.SqlSessionUtils - Releasing transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@6eda94a6]
2025-09-24 16:01:43.694 [reactor-http-nio-6] INFO com.hvlink.service.impl.ShipperPartServiceImpl - 发货方28绑定更新: 新增0个, 删除0个
2025-09-24 16:01:43.694 [reactor-http-nio-6] DEBUG org.mybatis.spring.SqlSessionUtils - Transaction synchronization committing SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@6eda94a6]
2025-09-24 16:01:43.695 [reactor-http-nio-6] DEBUG org.mybatis.spring.SqlSessionUtils - Transaction synchronization deregistering SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@6eda94a6]
2025-09-24 16:01:43.695 [reactor-http-nio-6] DEBUG org.mybatis.spring.SqlSessionUtils - Transaction synchronization closing SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@6eda94a6]
2025-09-24 16:01:43.695 [reactor-http-nio-6] DEBUG o.s.jdbc.datasource.DataSourceTransactionManager - Initiating transaction commit
2025-09-24 16:01:43.695 [reactor-http-nio-6] DEBUG o.s.jdbc.datasource.DataSourceTransactionManager - Committing JDBC transaction on Connection [ConnectionID:3 ClientConnectionId: 64c42d95-bfb2-4b07-b196-8943f3b70bce]
2025-09-24 16:01:43.784 [reactor-http-nio-6] DEBUG o.s.jdbc.datasource.DataSourceTransactionManager - Releasing JDBC Connection [ConnectionID:3 ClientConnectionId: 64c42d95-bfb2-4b07-b196-8943f3b70bce] after transaction
2025-09-24 16:01:43.785 [reactor-http-nio-6] DEBUG o.s.w.r.r.m.annotation.ResponseBodyResultHandler - [50206d33-13] Using 'application/json' given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/x-ndjson, text/event-stream]
2025-09-24 16:01:43.785 [reactor-http-nio-6] DEBUG o.s.w.r.r.m.annotation.ResponseBodyResultHandler - [50206d33-13] 0..1 [com.hvlink.common.Result<java.lang.String>]
2025-09-24 16:01:43.785 [reactor-http-nio-6] DEBUG o.s.http.codec.json.Jackson2JsonEncoder - [50206d33-13] Encoding [Result(status=200, msg=成功, data=绑定关系更新成功, timestamp=1758700903784)]
2025-09-24 16:01:43.785 [reactor-http-nio-6] DEBUG reactor.netty.http.server.HttpServerOperations - [50206d33-1, L:/192.168.10.130:9000 - R:/192.168.10.130:61997] Detected non persistent http connection, preparing to close
2025-09-24 16:01:43.786 [reactor-http-nio-6] DEBUG reactor.netty.http.server.HttpServerOperations - [50206d33-1, L:/192.168.10.130:9000 - R:/192.168.10.130:61997] Last HTTP packet was sent, terminating the channel
2025-09-24 16:01:43.786 [reactor-http-nio-6] DEBUG reactor.netty.channel.ChannelOperations - [50206d33-1, L:/192.168.10.130:9000 - R:/192.168.10.130:61997] [HttpServer] Channel inbound receiver cancelled (operation cancelled).
2025-09-24 16:01:43.786 [reactor-http-nio-6] DEBUG o.s.web.server.adapter.HttpWebHandlerAdapter - [50206d33-13] Completed 200 OK
2025-09-24 16:01:43.914 [reactor-http-nio-7] DEBUG reactor.netty.http.server.HttpServerOperations - [e34ccef0, L:/192.168.10.130:9000 - R:/192.168.10.130:61998] New http connection, requesting read
2025-09-24 16:01:43.915 [reactor-http-nio-7] DEBUG reactor.netty.transport.TransportConfig - [e34ccef0, L:/192.168.10.130:9000 - R:/192.168.10.130:61998] Initialized pipeline DefaultChannelPipeline{(reactor.left.httpCodec = io.netty.handler.codec.http.HttpServerCodec), (reactor.left.httpTrafficHandler = reactor.netty.http.server.HttpTrafficHandler), (reactor.right.reactiveBridge = reactor.netty.channel.ChannelOperationsHandler)}
2025-09-24 16:01:43.915 [reactor-http-nio-7] DEBUG reactor.netty.http.server.HttpServerOperations - [e34ccef0, L:/192.168.10.130:9000 - R:/192.168.10.130:61998] Increasing pending responses, now 1
2025-09-24 16:01:43.915 [reactor-http-nio-7] DEBUG reactor.netty.http.server.HttpServer - [e34ccef0-1, L:/192.168.10.130:9000 - R:/192.168.10.130:61998] Handler is being applied: org.springframework.http.server.reactive.ReactorHttpHandlerAdapter@f732ab5
2025-09-24 16:01:43.916 [reactor-http-nio-7] DEBUG o.s.web.server.adapter.HttpWebHandlerAdapter - [e34ccef0-14] HTTP POST "/master/shipperPart/listPartsWithStatus?supplierId=1&shipperId=28&spliceDesc="
2025-09-24 16:01:43.916 [reactor-http-nio-7] DEBUG o.s.w.r.r.m.a.RequestMappingHandlerMapping - [e34ccef0-14] Mapped to com.hvlink.controller.ShipperPartController#listPartsWithStatus(Integer, Integer, String)
2025-09-24 16:01:43.917 [reactor-http-nio-7] DEBUG org.mybatis.spring.SqlSessionUtils - Creating a new SqlSession
2025-09-24 16:01:43.917 [reactor-http-nio-7] DEBUG org.mybatis.spring.SqlSessionUtils - SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@43072a63] was not registered for synchronization because synchronization is not active
2025-09-24 16:01:43.917 [reactor-http-nio-7] DEBUG o.springframework.jdbc.datasource.DataSourceUtils - Fetching JDBC Connection from DataSource
2025-09-24 16:01:43.918 [reactor-http-nio-7] DEBUG o.m.spring.transaction.SpringManagedTransaction - JDBC Connection [ConnectionID:3 ClientConnectionId: 64c42d95-bfb2-4b07-b196-8943f3b70bce] will not be managed by Spring
2025-09-24 16:01:43.918 [reactor-http-nio-7] DEBUG c.h.m.master.PartMapper.selectPartsWithBindStatus - ==> Preparing: SELECT id, part_code, part_desc, supplier_code, assigned FROM ( SELECT p.id, p.part_code, p.part_desc, p.supplier_code, CASE WHEN sp.part_id IS NOT NULL THEN 1 ELSE 0 END AS assigned, ROW_NUMBER() OVER (PARTITION BY p.part_code ORDER BY p.id) AS rn FROM tm_part p LEFT JOIN tm_shipper_part sp ON p.id = sp.part_id AND sp.shipper_id = ? WHERE p.supplier_code = ( SELECT supplier_code FROM tm_supplier WHERE id = ? ) ) t WHERE rn = 1 ORDER BY part_code
2025-09-24 16:01:43.918 [reactor-http-nio-7] DEBUG c.h.m.master.PartMapper.selectPartsWithBindStatus - ==> Parameters: 28(Integer), 1(Integer)
2025-09-24 16:01:44.106 [reactor-http-nio-7] DEBUG c.h.m.master.PartMapper.selectPartsWithBindStatus - <== Total: 637
2025-09-24 16:01:44.106 [reactor-http-nio-7] DEBUG org.mybatis.spring.SqlSessionUtils - Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@43072a63]
2025-09-24 16:01:44.107 [reactor-http-nio-7] DEBUG o.s.w.r.r.m.annotation.ResponseBodyResultHandler - [e34ccef0-14] Using 'application/json' given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/x-ndjson, text/event-stream]
2025-09-24 16:01:44.107 [reactor-http-nio-7] DEBUG o.s.w.r.r.m.annotation.ResponseBodyResultHandler - [e34ccef0-14] 0..1 [com.hvlink.common.Result<java.util.List<com.hvlink.entity.vo.master.PartVO>>]
2025-09-24 16:01:44.108 [reactor-http-nio-7] DEBUG o.s.http.codec.json.Jackson2JsonEncoder - [e34ccef0-14] Encoding [Result(status=200, msg=成功, data=[PartVO(id=704, SupplierId=null, partCode=, partDesc=, spliceDesc= - (truncated)...]
2025-09-24 16:01:44.110 [reactor-http-nio-7] DEBUG reactor.netty.http.server.HttpServerOperations - [e34ccef0-1, L:/192.168.10.130:9000 - R:/192.168.10.130:61998] Detected non persistent http connection, preparing to close
2025-09-24 16:01:44.124 [reactor-http-nio-7] DEBUG reactor.netty.http.server.HttpServerOperations - [e34ccef0-1, L:/192.168.10.130:9000 - R:/192.168.10.130:61998] Last HTTP packet was sent, terminating the channel
2025-09-24 16:01:44.124 [reactor-http-nio-7] DEBUG reactor.netty.channel.ChannelOperations - [e34ccef0-1, L:/192.168.10.130:9000 - R:/192.168.10.130:61998] [HttpServer] Channel inbound receiver cancelled (operation cancelled).
2025-09-24 16:01:44.125 [reactor-http-nio-7] DEBUG o.s.web.server.adapter.HttpWebHandlerAdapter - [e34ccef0-14] Completed 200 OK
2025-09-24 16:01:44.633 [reactor-http-nio-8] DEBUG reactor.netty.http.server.HttpServerOperations - [da1572ab, L:/192.168.10.130:9000 - R:/192.168.10.130:61999] New http connection, requesting read
2025-09-24 16:01:44.633 [reactor-http-nio-8] DEBUG reactor.netty.transport.TransportConfig - [da1572ab, L:/192.168.10.130:9000 - R:/192.168.10.130:61999] Initialized pipeline DefaultChannelPipeline{(reactor.left.httpCodec = io.netty.handler.codec.http.HttpServerCodec), (reactor.left.httpTrafficHandler = reactor.netty.http.server.HttpTrafficHandler), (reactor.right.reactiveBridge = reactor.netty.channel.ChannelOperationsHandler)}
2025-09-24 16:01:44.633 [reactor-http-nio-8] DEBUG reactor.netty.http.server.HttpServerOperations - [da1572ab, L:/192.168.10.130:9000 - R:/192.168.10.130:61999] Increasing pending responses, now 1
2025-09-24 16:01:44.633 [reactor-http-nio-8] DEBUG reactor.netty.http.server.HttpServer - [da1572ab-1, L:/192.168.10.130:9000 - R:/192.168.10.130:61999] Handler is being applied: org.springframework.http.server.reactive.ReactorHttpHandlerAdapter@f732ab5
2025-09-24 16:01:44.633 [reactor-http-nio-8] DEBUG o.s.web.server.adapter.HttpWebHandlerAdapter - [da1572ab-15] HTTP POST "/master/shipper/query"
2025-09-24 16:01:44.634 [reactor-http-nio-8] DEBUG o.s.w.r.r.m.a.RequestMappingHandlerMapping - [da1572ab-15] Mapped to com.hvlink.controller.ShipperController#getShipper(ShipperParam)
2025-09-24 16:01:44.634 [reactor-http-nio-8] DEBUG o.s.w.r.r.m.a.RequestBodyMethodArgumentResolver - [da1572ab-15] Content-Type:application/json
2025-09-24 16:01:44.634 [reactor-http-nio-8] DEBUG o.s.w.r.r.m.a.RequestBodyMethodArgumentResolver - [da1572ab-15] 0..1 [com.hvlink.entity.param.master.ShipperParam]
2025-09-24 16:01:44.634 [reactor-http-nio-8] DEBUG reactor.netty.channel.FluxReceive - [da1572ab-1, L:/192.168.10.130:9000 - R:/192.168.10.130:61999] [terminated=false, cancelled=false, pending=0, error=null]: subscribing inbound receiver
2025-09-24 16:01:44.634 [reactor-http-nio-8] DEBUG o.s.http.codec.json.Jackson2JsonDecoder - [da1572ab-15] Decoded [ShipperParam(id=null, companyCode=null, supplierCode=null, supplierName=, shipperName=, isDefault=nu (truncated)...]
2025-09-24 16:01:44.635 [reactor-http-nio-8] DEBUG org.mybatis.spring.SqlSessionUtils - Creating a new SqlSession
2025-09-24 16:01:44.635 [reactor-http-nio-8] DEBUG org.mybatis.spring.SqlSessionUtils - SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@6a810d1c] was not registered for synchronization because synchronization is not active
2025-09-24 16:01:44.639 [reactor-http-nio-8] DEBUG o.springframework.jdbc.datasource.DataSourceUtils - Fetching JDBC Connection from DataSource
2025-09-24 16:01:44.639 [reactor-http-nio-8] DEBUG o.m.spring.transaction.SpringManagedTransaction - JDBC Connection [ConnectionID:3 ClientConnectionId: 64c42d95-bfb2-4b07-b196-8943f3b70bce] will not be managed by Spring
2025-09-24 16:01:44.639 [reactor-http-nio-8] DEBUG c.h.mapper.master.ShipperMapper.getShipper_mpCount - ==> Preparing: SELECT COUNT(*) FROM (SELECT DISTINCT t.id, s.id AS supplier_id, t.supplier_code, s.supplier_name, t.shipper_name, t.is_default, t.create_time FROM tm_shipper t LEFT JOIN tm_supplier s ON s.supplier_code = t.supplier_code) TOTAL
2025-09-24 16:01:44.639 [reactor-http-nio-8] DEBUG c.h.mapper.master.ShipperMapper.getShipper_mpCount - ==> Parameters:
2025-09-24 16:01:44.709 [reactor-http-nio-8] DEBUG c.h.mapper.master.ShipperMapper.getShipper_mpCount - <== Total: 1
2025-09-24 16:01:44.709 [reactor-http-nio-8] DEBUG com.hvlink.mapper.master.ShipperMapper.getShipper - ==> Preparing: SELECT DISTINCT t.id, s.id as supplier_id, t.supplier_code, s.supplier_name, t.shipper_name, t.is_default, t.create_time FROM tm_shipper t LEFT JOIN tm_supplier s ON s.supplier_code = t.supplier_code ORDER BY t.create_time DESC OFFSET ? ROWS FETCH NEXT ? ROWS ONLY
2025-09-24 16:01:44.710 [reactor-http-nio-8] DEBUG com.hvlink.mapper.master.ShipperMapper.getShipper - ==> Parameters: 0(Long), 10(Long)
2025-09-24 16:01:44.726 [reactor-http-nio-8] DEBUG com.hvlink.mapper.master.ShipperMapper.getShipper - <== Total: 10
2025-09-24 16:01:44.726 [reactor-http-nio-8] DEBUG org.mybatis.spring.SqlSessionUtils - Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@6a810d1c]
2025-09-24 16:01:44.726 [reactor-http-nio-8] DEBUG o.s.w.r.r.m.annotation.ResponseBodyResultHandler - [da1572ab-15] Using 'application/json' given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/x-ndjson, text/event-stream]
2025-09-24 16:01:44.726 [reactor-http-nio-8] DEBUG o.s.w.r.r.m.annotation.ResponseBodyResultHandler - [da1572ab-15] 0..1 [com.hvlink.common.Result<com.hvlink.pagination.PageResult<com.hvlink.entity.vo.master.ShipperVO>>]
2025-09-24 16:01:44.727 [reactor-http-nio-8] DEBUG o.s.http.codec.json.Jackson2JsonEncoder - [da1572ab-15] Encoding [Result(status=200, msg=成功, data=PageResult(total=280, records=[ShipperVO(id=41, SupplierId=null, sup (truncated)...]
2025-09-24 16:01:44.727 [reactor-http-nio-8] DEBUG reactor.netty.http.server.HttpServerOperations - [da1572ab-1, L:/192.168.10.130:9000 - R:/192.168.10.130:61999] Detected non persistent http connection, preparing to close
2025-09-24 16:01:44.728 [reactor-http-nio-8] DEBUG reactor.netty.http.server.HttpServerOperations - [da1572ab-1, L:/192.168.10.130:9000 - R:/192.168.10.130:61999] Last HTTP packet was sent, terminating the channel
2025-09-24 16:01:44.728 [reactor-http-nio-8] DEBUG reactor.netty.channel.ChannelOperations - [da1572ab-1, L:/192.168.10.130:9000 - R:/192.168.10.130:61999] [HttpServer] Channel inbound receiver cancelled (operation cancelled).
2025-09-24 16:01:44.728 [reactor-http-nio-8] DEBUG o.s.web.server.adapter.HttpWebHandlerAdapter - [da1572ab-15] Completed 200 OK
最新发布