oying-system/src/main/java/com/oying/modules/sh/domain/OrderOperationLog.java
@@ -51,7 +51,7 @@ @NotNull @ApiModelProperty(value = "订单号") private Long orderNum; private String orderNum; public void copy(OrderOperationLog source){ BeanUtil.copyProperties(source,this, CopyOptions.create().setIgnoreNullValue(true));