awn-coder

Results 1 issues of awn-coder

### 当前使用版本(必填,否则不予处理) 3.5.6 例如: ``` public CustomQueryWrapper eq(SFunction column1, SFunction column2) { return this.maybeDo(true, () -> { this.appendSqlSegments(this.columnToSqlSegment(column1), SqlKeyword.EQ, this.columnToSqlSegment(column2)); }); } ```