Skip to content

Commit

Permalink
代码优化改造
Browse files Browse the repository at this point in the history
  • Loading branch information
cjbi committed Jan 8, 2020
1 parent ea64d34 commit f5ff85e
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
*/
public class ExtSqlSessionFactoryBuilder extends SqlSessionFactoryBuilder {


@Override
public SqlSessionFactory build(Reader reader, String environment, Properties properties) {
try {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -69,5 +69,4 @@ private <T> T findParameterFromArray(Object array, Class<T> clazz) {
return null;
}


}
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@
*/
public class BaseEntitySqlBuilder extends AbstractEntityProvider {


public String deleteByPrimaryKey(EntityMapping entityMapping) {
if (entityMapping.isLogicDelete()) {
return new SQL() {{
Expand Down

0 comments on commit f5ff85e

Please sign in to comment.