Skip to content

Commit

Permalink
groupby
Browse files Browse the repository at this point in the history
  • Loading branch information
Jimmy committed Feb 25, 2023
1 parent 447bba2 commit d61eb84
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion data/src/main/java/com/jimmy/hulk/data/data/MySQLData.java
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,6 @@ public int update(Map<String, Object> doc, Wrapper wrapper) {
ExecuteBody executeBody = new ExecuteBody();
executeBody.setSql(updateSql);
executeBody.setObjects(param.toArray());
param.add(executeBody);

log.debug("准备执行Update操作,sql:{},value:{}", sql);

Expand Down

0 comments on commit d61eb84

Please sign in to comment.