|
@@ -271,7 +271,7 @@ public class ExpenseAccountServiceImpl extends BaseMybatisDao<ExpenseAccountMapp
|
|
|
//如果以前没有选择借支,修改报销和借支数据
|
|
//如果以前没有选择借支,修改报销和借支数据
|
|
|
if (useEA.getDebitId()==null){
|
|
if (useEA.getDebitId()==null){
|
|
|
pushExpenseAccountDebit(in);
|
|
pushExpenseAccountDebit(in);
|
|
|
- }else if (useEA.getDebitId()!=in.getDebitId()) {
|
|
|
|
|
|
|
+ }else {
|
|
|
//如果是修改编号
|
|
//如果是修改编号
|
|
|
pushExpenseAccountDebit(in);
|
|
pushExpenseAccountDebit(in);
|
|
|
//并且要处理原编号的问题
|
|
//并且要处理原编号的问题
|