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