nc
This commit is contained in:
+1
-1
@@ -562,7 +562,7 @@ public class BillManageImpl extends ServiceImpl<BillManageMapper, BillManage> im
|
||||
} else {
|
||||
item.setDef75("T10");
|
||||
}
|
||||
String invoiceItem1 = make.getInvoiceItem();
|
||||
String invoiceItem1 = firstItem.getInvoiceItem();
|
||||
if (invoiceItem1 != null && !invoiceItem1.isEmpty()) {
|
||||
item.setDef29(invoiceItem1);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user