|
@@ -342,6 +342,10 @@ public class FinanceRecordController extends BaseController {
|
|
|
zcChargeInf.setZciId(IdUtils.fastSimpleUUID());
|
|
|
//融资id
|
|
|
zcChargeInf.setZciFinanceId(zfrId);
|
|
|
+ //费用状态 待缴费
|
|
|
+ zcChargeInf.setZciStatus("00");
|
|
|
+ //发票状态 未开票
|
|
|
+ zcChargeInf.setZciInvoiceStatus("0");
|
|
|
//手续费
|
|
|
String zciAmount = AmtUtil.divide(zfpcrChargeRate, "100", 4);
|
|
|
zciAmount = AmtUtil.multiply(zfrAmount, zciAmount, 2);
|