diff --git a/src/main/java/cn/lihongjie/coal/coalWashingMonthReport/entity/CoalWashingMonthReportEntity.java b/src/main/java/cn/lihongjie/coal/coalWashingMonthReport/entity/CoalWashingMonthReportEntity.java index c548db21..0077dd53 100644 --- a/src/main/java/cn/lihongjie/coal/coalWashingMonthReport/entity/CoalWashingMonthReportEntity.java +++ b/src/main/java/cn/lihongjie/coal/coalWashingMonthReport/entity/CoalWashingMonthReportEntity.java @@ -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,