changeAtLater

Results 7 issues of changeAtLater

想法: 面对一对多分页的情况,可以将countSql和pageSql写在一起, 用标签区分sql.自定义自定义方言实现类,以达到在拦截器做count查询和分页查询时传入不同sql的目的. 先看一份sql: ```xml select p.CAT_ID, p.CAT_NAME, t.TOY_ID, t.TOY_NAME from ( ]]> select distinct c.CAT_ID, c.CAT_NAME from CAT c left join TOY t on t.CAT_ID = c.CAT_ID and CAT_NAME...

a chinese font: [simsun.ttf](https://github.com/kongchengji/FontSimsun/blob/master/simsun.ttf) I need help thank you

`tinyint` not found

now: ```sql /* user table */ CREATE TABLE `table_user` ( `user_id` BIGINT NOT NULL AUTO_INCREMENT UNIQUE, -- userName `user_name` VARCHAR(255), `dept_id` BIGINT, PRIMARY KEY(`user_id`) ); ``` expect: ```sql CREATE TABLE...

### 问题描述 ```java Timestamp timestamp1 = Timestamp.from(Instant.ofEpochMilli(1713494836000L)); System.out.println(JSON.toJSONString(timestamp1)); Timestamp timestamp2 = Timestamp.from(Instant.ofEpochMilli(1713494836123L)); System.out.println(JSON.toJSONString(timestamp2)); ``` 结果: ``` 1713494836000 "2024-04-19 10:47:16.123" ``` ### 环境信息 *请填写以下信息:* - OS信息: [e.g.:win10] - JDK信息: [e.g.:jdk 1.8.0_231]...

bug
fixed

前几个问题正常,后面就全是感叹号,试了两次想再试一下的时候把我手机整卡住了。。。 小米14 系统版本2.0.112.0 软件版本 0.5.1.1 ![Image](https://github.com/user-attachments/assets/76b21b0e-e7ec-4940-91b1-3428e606f1e3) ![Image](https://github.com/user-attachments/assets/e3aee1eb-9bbb-44f6-bdb7-ad753e70d592)

bug
app-transformer