Fulai

Results 3 issues of Fulai

### 当前使用版本(必填,否则不予处理) 3.5.2 ### 背景/痛点 Wrapper太重了,而且无法限制调用方应该传入QueryWrapper还是UpdateWrapper。 ### 需求 因为Wrapper本身的定位是用于java代码拼装select/update/delete类型的SQL语句,这三种语句有个共同的地方就是都可以包含where语句。 - delete语句:只需要where条件 - update语句:set子句+where - select语句:join + where + having + group by + order by 因此我认为可以封装一个where条件工具,使得接口定义像下面这样: ``` delete(Where where); update(String...

enhancement

![01](https://user-images.githubusercontent.com/9816224/88133259-34795300-cc14-11ea-9f62-2e8485d9007c.png) ![02](https://user-images.githubusercontent.com/9816224/88133264-36431680-cc14-11ea-8d0a-7c29fc596fe0.png) ![03](https://user-images.githubusercontent.com/9816224/88133265-37744380-cc14-11ea-9530-4d376fafe43d.png) ![04](https://user-images.githubusercontent.com/9816224/88133266-380cda00-cc14-11ea-896b-44449e302f08.png)

Dear author, seems like this is the most popular Jenkins image with docker in docker, thank you very much! I found some issues when trailing your image, hope you can...