Showing
1 changed file
with
2 additions
and
2 deletions
| @@ -268,7 +268,7 @@ public class OrderChangeRecordBo extends BaseBo<OrderInfoChangeRecord> { | @@ -268,7 +268,7 @@ public class OrderChangeRecordBo extends BaseBo<OrderInfoChangeRecord> { | ||
| 268 | if (time != null) { | 268 | if (time != null) { |
| 269 | this.createDate = time.toLocalDate(); | 269 | this.createDate = time.toLocalDate(); |
| 270 | } | 270 | } |
| 271 | - String createBy = dto.getCreateBy(); | ||
| 272 | - this.changeCreateBy = SecurityUtil.getCurrentUser().getId().equals(createBy); | 271 | + String createById = dto.getCreateById(); |
| 272 | + this.changeCreateBy = SecurityUtil.getCurrentUser().getId().equals(createById); | ||
| 273 | } | 273 | } |
| 274 | } | 274 | } |