Commit 4933bea3 authored by dailidong's avatar dailidong
Browse files

when debug,show jdbc parameter log

parent 4b930ade
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -480,7 +480,9 @@ public class DataSourceService extends BaseService{

        }

        if(logger.isDebugEnabled()){
            logger.info("parameters map-----" + JSONObject.toJSONString(parameterMap));
        }
        return JSONObject.toJSONString(parameterMap);