Commit 2999c928 by 吴佳

误提交,回退

parent b670492e
......@@ -148,11 +148,7 @@ public class MybatisArgumentAdapter {
String sql = "";
if (join) {
if(conditions.startsWith("SELECT") || conditions.startsWith("select")){
sql = conditions;
}else {
sql = String.format(pattern, conditions);
}
sql = String.format(pattern, conditions);
} else {
sql = String.format(pattern, tableName, conditions);
}
......
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