|
@@ -134,7 +134,7 @@ public class ReimbursementFormPlugin extends AbstractFormPlugin implements Plugi
|
|
|
|
|
|
Long id=entryentity.getLong("id");
|
|
Long id=entryentity.getLong("id");
|
|
//借款余额大于0
|
|
//借款余额大于0
|
|
- if (exporiusedamount.compareTo(BigDecimal.ZERO)>0)
|
|
|
|
|
|
+ if (orgiexpebalanceamount.compareTo(BigDecimal.ZERO)>0)
|
|
{
|
|
{
|
|
//新增动态单据分录
|
|
//新增动态单据分录
|
|
int rowIndex = this.getModel().createNewEntryRow(FORMID_ENTRY);
|
|
int rowIndex = this.getModel().createNewEntryRow(FORMID_ENTRY);
|