设置订单初始量默认为0
This commit is contained in:
@@ -234,6 +234,7 @@ public class OrderApiImpl implements OrderApi {
|
||||
ordDtlDTO.setTaxNum(s.getTaxAcctasscat());
|
||||
ordDtlDTO.setLstQty(s.getTrfQty());
|
||||
ordDtlDTO.setRmk(s.getRemark());
|
||||
ordDtlDTO.setTaxRte(s.getTaxRte());
|
||||
}
|
||||
return ordDtlDTO;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user