|
|
@@ -90,6 +90,8 @@ public class ExpenseAccountServiceImpl extends BaseMybatisDao<ExpenseAccountMapp
|
|
|
private OrderYearMaxDurationMapper orderYearMaxDurationMapper;
|
|
|
@Autowired
|
|
|
private UserMapper userMapper;
|
|
|
+ @Autowired
|
|
|
+ private TOrderMidMapper tOrderMidMapper;
|
|
|
|
|
|
|
|
|
|
|
|
@@ -878,6 +880,11 @@ public class ExpenseAccountServiceImpl extends BaseMybatisDao<ExpenseAccountMapp
|
|
|
updateSon.setStatus(2);
|
|
|
expenseAccountMapper.updateByPrimaryKeySelective(updateSon);
|
|
|
}
|
|
|
+ //处理订单金额
|
|
|
+ String orderNo=useEa.getOrderNo();
|
|
|
+ if (orderNo!=null){
|
|
|
+// tOrderMidMapper.updateByOrderNo();
|
|
|
+ }
|
|
|
}else if (newEa.getStatus()==1){
|
|
|
if (newEa.getProcessStatus()==EAProcessStatus.BMFZRSH.getCode()){
|
|
|
pushFinanceCount(admin.getDepFinance(),useEa.getCreateTime(),0);
|