@@ -622,7 +622,7 @@ public class KwtWaybillOrderService {
Long newId = new IdWorker(Global.NUMERICAL_ONE).nextId();
logisticsOrderCirculateDao.updateIdByKey(newId, null, circulate.getId(), LoginUserHolder.getUserId(), new Date());
- BeanUtils.copyPropertiesValue(waybillOrder, circulate);
+ BeanUtils.copyProperties(waybillOrder, circulate);
circulate.setId(newId);
circulate.setWOrderId(null);
circulate.setStatus(0);