Commit d9cca3f5abfd895374943b4b79a6a8d57c959d83

Authored by zhangxing
1 parent 1a648f37

[小调整]

src/main/java/com/diligrp/xtrade/order/domain/builder/DefaultOrderCreator.java
@@ -118,7 +118,7 @@ public class DefaultOrderCreator { @@ -118,7 +118,7 @@ public class DefaultOrderCreator {
118 } 118 }
119 119
120 public boolean isBuildBuyerInfo() { 120 public boolean isBuildBuyerInfo() {
121 - return orderCreateDto.getBaccount() == null ? false : true; 121 + return this.baccountDto == null ? false : true;
122 } 122 }
123 123
124 /** 124 /**