|
|
@@ -978,17 +978,12 @@ public class ExpenseAccountServiceImpl extends BaseMybatisDao<ExpenseAccountMapp
|
|
|
ExpenseAccount update =new ExpenseAccount();
|
|
|
if (in.getStatus()==null)in.setStatus(1);
|
|
|
if (in.getStatus()==1){
|
|
|
- if (in.getOrderNo()!=null){
|
|
|
- update.setOrderNo(in.getOrderNo());
|
|
|
- update.setTargetType(1);
|
|
|
- }
|
|
|
if (in.getPayDep()!=null)update.setPayDep(in.getPayDep());
|
|
|
if (in.getApplyDep()!=null)update.setApplyDep(in.getApplyDep());
|
|
|
if (in.getRemarks()!=null)update.setRemarks(in.getRemarks());
|
|
|
if (in.getEaaid()!=null)update.setEaaid(in.getEaaid());
|
|
|
addExpenseAccountExamine(in.getId(),update);
|
|
|
if (outExpenseAccount.getStatus()==0){
|
|
|
-
|
|
|
addExpenseAccountLogAndNoticEmail(outExpenseAccount,outExpenseAccount.getStatus(),"发起报销审核");
|
|
|
}else if (outExpenseAccount.getStatus()==3){
|
|
|
addExpenseAccountLogAndNoticEmail(outExpenseAccount,4,"修改并发起审核");
|