Compare commits

...

2 Commits

Author SHA1 Message Date
liang.chao 7985bd903a Merge remote-tracking branch 'origin/main' 2025-09-05 10:58:44 +08:00
liang.chao f635b37a6e bug修复 2025-09-05 10:58:37 +08:00
2 changed files with 2 additions and 2 deletions

View File

@ -91,7 +91,7 @@ public class RepairCardApplyDto {
* 审核时间
*/
@Excel(name = "审核时间")
private Date checkTime;
private String checkTime;
/**
* 创建人

View File

@ -260,7 +260,7 @@
SELECT
pp.id proId,
pp.pro_name proName,
count( brca.id ) num,
count( distinct brca.id ) num,
count( distinct brcr.worker_id ) personNum,
sum( brcr.repair_day ) days,
brca.create_time createTime