|
@@ -133,7 +133,7 @@ public class ReimbursementFormPlugin extends AbstractFormPlugin implements Plugi
|
|
String remark=entryentity.getString("remark");
|
|
String remark=entryentity.getString("remark");
|
|
|
|
|
|
Long id=entryentity.getLong("id");
|
|
Long id=entryentity.getLong("id");
|
|
- //借款余额大于0
|
|
|
|
|
|
+ //未结算金额大于0
|
|
if (orgiexpebalanceamount.compareTo(BigDecimal.ZERO)>0)
|
|
if (orgiexpebalanceamount.compareTo(BigDecimal.ZERO)>0)
|
|
{
|
|
{
|
|
//新增动态单据分录
|
|
//新增动态单据分录
|