MaiXinRong %!s(int64=3) %!d(string=hai) anos
pai
achega
8745f7227e
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      app/controller/tender_controller.js

+ 1 - 1
app/controller/tender_controller.js

@@ -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,