Jianghan há 1 ano atrás
pai
commit
f70f15b8a5
1 ficheiros alterados com 1 adições e 1 exclusões
  1. 1 1
      api/internal/service/plistService.go

+ 1 - 1
api/internal/service/plistService.go

@@ -16,7 +16,7 @@ const (
 	sql_1 = `SELECT buyer_id, count(1) as count FROM information.transaction_info WHERE buyer_id in (%s) GROUP BY buyer_id`
 	sql_2 = `SELECT relate_id, is_handle, is_ignore, is_create FROM crm.connection_status WHERE position_id = ? AND itype = 2`
 	sql_3 = `SELECT * FROM crm.connection WHERE company_id in (%s) AND status = 1`
-	sql_4 = `SELECT id, s_id FROM base_service.follow_project_monitor WHERE s_uerid = ?`
+	sql_4 = `SELECT id, s_id FROM base_service.follow_project_monitor WHERE s_userid = ?`
 )
 
 type ProjectData struct {