|
@@ -78,7 +78,6 @@ public class ExpenseAccountServiceImpl extends BaseMybatisDao<ExpenseAccountMapp
|
|
|
in.setUserNames(pr.getUserNames());
|
|
in.setUserNames(pr.getUserNames());
|
|
|
in.setDuration(pr.getDuration());
|
|
in.setDuration(pr.getDuration());
|
|
|
}
|
|
}
|
|
|
-
|
|
|
|
|
//判断报销类型,0=固定费用,1=报销到订单
|
|
//判断报销类型,0=固定费用,1=报销到订单
|
|
|
if (in.getOrderNo()==null){
|
|
if (in.getOrderNo()==null){
|
|
|
in.setTargetType(0);
|
|
in.setTargetType(0);
|