mirror of
https://codeup.aliyun.com/64f7d6b8ce01efaafef1e678/coal/coal.git
synced 2026-01-25 07:46:40 +08:00
添加天数
This commit is contained in:
@@ -17,7 +17,8 @@ import java.time.LocalDate;
|
||||
@Subselect("""
|
||||
|
||||
|
||||
select d.organization_id,
|
||||
select gen_random_uuid()::text as id,
|
||||
d.organization_id,
|
||||
d.name,
|
||||
'' as code,
|
||||
'' as remarks,
|
||||
@@ -35,6 +36,7 @@ select d.organization_id,
|
||||
2) as remark3,
|
||||
date_trunc('month', d.date) as create_time,
|
||||
date_trunc('month', d.date) as update_time,
|
||||
'' as remark4,
|
||||
'' as create_user_id,
|
||||
'' as update_user_id,
|
||||
null as file_ids,
|
||||
|
||||
Reference in New Issue
Block a user