举报核查前后端接口bug修复

This commit is contained in:
zhangchaoyang02 2025-06-27 17:01:17 +08:00
parent a659abd3cf
commit a8d3461575
3 changed files with 2 additions and 3 deletions

View File

@ -410,8 +410,7 @@ const baseRoutes = [
]
},
{
path: 'jbhcxx',
name: '_jbhcxx',
path: 'jbhcxx', name: '_jbhcxx',
component: () => import('@views/xzzfgl/jbhcxx.vue'),
meta: {
title: '举报核查',

View File

@ -439,7 +439,6 @@ const options = [
{value: '3', label: '举报核查'},
{value: '4', label: '随机抽查'},
]
function handleQuery(queryParams) {
queryParams.currentNodeCode = 'plan_approval,plan_approval_failed'
queryParams.agencyCode = queryParams.agency?.agencyCode

View File

@ -287,6 +287,7 @@ public class ReportCheckService {
o.setUpdateBy(user.getXm());
o.setUpdateAccountBy(user.getYhwybs());
}
o.setUpdateTime(now);
o.setFeedbackNot("1");
saveOPer(o, user, "反馈", now);