|
@@ -56,7 +56,6 @@ public class ProjectInterceptor implements InnerInterceptor {
|
|
|
AndExpression andExpression = new AndExpression(where, projectEq);
|
|
|
plainSelect.setWhere(andExpression);
|
|
|
targetSql = plainSelect.toString();
|
|
|
- System.out.println(targetSql);
|
|
|
}
|
|
|
// 修改完成的sql 再设置回去
|
|
|
PluginUtils.MPBoundSql mpBoundSql = PluginUtils.mpBoundSql(boundSql);
|