关于方法传递的问题 this.fillSaleInvBill(saleInventoryBill);如果 saleInventoryBill 之前是null ,即使在方法里面new了一个,还是不行.需要在调用fillSaleInvBill之前new出对象.