Browse Source

函件查询信访人查询bug修改

xubin.jiang 8 months ago
parent
commit
e61f915431
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/controller/search/commonQuery.js

+ 1 - 1
src/controller/search/commonQuery.js

@@ -635,7 +635,7 @@ module.exports = class extends Base {
           mID.push(item.id);
         });
         if (mID.length > 0){
-          mID['m.id'] = ['IN',mID];
+          where['m.id'] = ['IN',mID];
         }
       }
     }