|
|
@ -24,7 +24,7 @@ namespace Pingchuan.BeijingSafeguard.DAL |
|
|
|
|
|
|
|
public static List<Point> Query(int userId) |
|
|
|
{ |
|
|
|
string sql = $@"select * points where user_id = @0"; |
|
|
|
string sql = $@"select * from points where user_id = @0"; |
|
|
|
return db.Fetch<Point>(sql, userId); |
|
|
|
} |
|
|
|
} |
|
|
|