|
@@ -790,9 +790,12 @@ public class SRMSynPayApiPlugin implements Serializable {
|
|
|
QFilter qFilterSerialNo = new QFilter("serialno", QCP.equals, serialNo);
|
|
|
DynamicObject billingPool = BusinessDataServiceHelper.loadSingle("er_billingpool", qFilterSerialNo.toArray());
|
|
|
if(billingPool != null){
|
|
|
+ entry.set("ispool", true);//账单id
|
|
|
entry.set("billingpoolid", billingPool.getLong("id"));//账单id
|
|
|
entry.set("oribalanceamount", billingPool.getBigDecimal("oribalanceamount"));//可用余额
|
|
|
entry.set("poolreimburseamount", billingPool.getBigDecimal("oribalanceamount"));//可用余额
|
|
|
+
|
|
|
+ bizAcctOutBill.set("automapinvoice", false);
|
|
|
}
|
|
|
|
|
|
|