|
|
@@ -588,8 +588,11 @@ public class ExpenseAccountServiceImpl extends BaseMybatisDao<ExpenseAccountMapp
|
|
|
}
|
|
|
if (in.getStatus()!=null)param.put("status",in.getStatus());
|
|
|
if (in.getProcessStatus()==null){
|
|
|
- if(!PurviewUtils.superPurview()){
|
|
|
+ if(PurviewUtils.superPurview()){
|
|
|
+ param.put("superShiro",1);
|
|
|
+ }else {
|
|
|
param.put("processStatus",0);
|
|
|
+
|
|
|
}
|
|
|
}else {
|
|
|
param.put("processStatus",in.getProcessStatus());
|