|
@@ -1388,7 +1388,7 @@ module.exports = app => {
|
|
|
});
|
|
|
break;
|
|
|
case 'change_apply':
|
|
|
- if (ctx.session.sessionProject.page_show.isOnlyChecked) where.status = auditConst.changeApplyProject.status.checked;
|
|
|
+ if (ctx.session.sessionProject.page_show.isOnlyChecked) where.status = auditConst.changeApply.status.checked;
|
|
|
responseData.data[f] = await ctx.service.changeApply.getAllDataByCondition({
|
|
|
columns: [ 'id', 'code', 'name', 'selected' ],
|
|
|
where,
|