Browse Source

修改接口

zs 1 year ago
parent
commit
5e6039d64a
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/service/util/user.util.ts

+ 1 - 1
src/service/util/user.util.ts

@@ -145,7 +145,7 @@ export class UserUtilService {
   // 创建维修检查
   async checkUpkeep(data: checkUpkeep) {
     // 检查街道/社区
-    const keepan = await this.shopModel.count({
+    const keepan = await this.keepModel.count({
       user: data.user,
       supplier: data.supplier,
       good: data.good,