Showing
1 changed file
with
1 additions
and
1 deletions
@@ -66,7 +66,7 @@ public class ProductExtMqListener extends AbstractMqListener implements ChannelA | @@ -66,7 +66,7 @@ public class ProductExtMqListener extends AbstractMqListener implements ChannelA | ||
66 | public void updateData(final Map data, final String indexName) throws Exception { | 66 | public void updateData(final Map data, final String indexName) throws Exception { |
67 | long begin = System.currentTimeMillis(); | 67 | long begin = System.currentTimeMillis(); |
68 | ProductExtWithBLOBs productExtWithBLOBs = new ProductExtWithBLOBs(); | 68 | ProductExtWithBLOBs productExtWithBLOBs = new ProductExtWithBLOBs(); |
69 | - productExtWithBLOBs = (ProductExtWithBLOBs) ConvertUtils.toJavaBean(ProductExtWithBLOBs.class, data); | 69 | + productExtWithBLOBs = (ProductExtWithBLOBs) ConvertUtils.toJavaBean(productExtWithBLOBs, data); |
70 | if (productExtWithBLOBs == null ) { | 70 | if (productExtWithBLOBs == null ) { |
71 | return; | 71 | return; |
72 | } | 72 | } |
-
Please register or login to post a comment