Commit 19c2f9a2871aa8734e54cbe3cbdabaeb2ec997b0

Authored by yeqianyong
1 parent 06f27c68

楚江ERP-订货单变更调整

@@ -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 }