Commit bf905d3f by lizefeng

修复jit规则查询异常

parent 7390b265
......@@ -88,7 +88,7 @@ namespace AutoTurnOver.DB
public static List<dc_auto_jit_tag> All()
{
return _connection.Query<dc_auto_jit_tag>(" selct * fom dc_auto_jit_tag ").AsList();
return _connection.Query<dc_auto_jit_tag>(" select * from dc_auto_jit_tag ").AsList();
}
/// <summary>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment