Merge remote-tracking branch 'origin/dev-tsyx' into release

release
wangrangrang 2 years ago
commit aa14a7bf2c
  1. 2
      order-management-consumer/src/main/java/com/dxhy/order/consumer/modules/manager/service/impl/PushInvoiceServiceImpl.java

@ -702,7 +702,7 @@ public class PushInvoiceServiceImpl implements PushInvoiceService {
PushInfo pushInfo1 = new PushInfo();
pushInfo1.setId(pushInfo.getId());
pushInfo1.setByzd1("YXXT");
List<DdfpzxxV5> ddfpzxxV5s = JsonUtils.getInstance().listBeanCopy(content, DdfpzxxV5.class);
List<DdfpzxxV5> ddfpzxxV5s = JSONObject.parseArray(content,DdfpzxxV5.class);
//DdfpzxxV5 ddfpzxxV5 = JsonUtils.getInstance().parseObject(content.substring(1,content.length()-1), DdfpzxxV5.class);
for (DdfpzxxV5 ddfpzxxV5 : ddfpzxxV5s) {

Loading…
Cancel
Save