Commit a4537ca6 authored by yanzg's avatar yanzg

修改日志打印功能,打印更加详细的日志

parent 963b899d
......@@ -121,6 +121,7 @@ public class DaoConst {
public static final String CODE_FIELD = "{FIELD}";
public static final String CODE_VALUES = "{VALUES}";
public static final String CODE_WHERE = "{WHERE}";
public static final String CODE_INDEX = "{INDEX}";
public static final String CODE_INNER = "{INNER}";
public static final String CODE_ORDER = "{ORDER}";
public static final String CODE_GROUP = "{GROUP}";
......
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