Commit 1bd17173 by 黄兆良

public final static boolean printDebug = true;

parent 3e6d6b40
...@@ -26,6 +26,6 @@ public class ApplicationConstant { ...@@ -26,6 +26,6 @@ public class ApplicationConstant {
public final static String DELIVERY_DISCOUNT_DESC4=" 选择了配送券"; public final static String DELIVERY_DISCOUNT_DESC4=" 选择了配送券";
@Value("${print-debug-log:false}") @Value("${print-debug-log:false}")
public final static boolean printDebug = false; public final static boolean printDebug = true;
} }
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