fix:获取不为空的利息天数

This commit is contained in:
ljw 2024-09-27 21:58:48 +08:00
parent e89c386dbe
commit f7bc2dbaef

View File

@ -165,6 +165,6 @@ public class SalesOrderToIntAuditBusaConvert extends AbstractConvertPlugIn {
yemInterestdays = dynamicObject.getBigDecimal("yem_interestdays");
}
}
dataEntity.set("yem_interestdays",yemInterestdays );
dataEntity.set("yem_interestday",yemInterestdays );
}
}