bug修复
This commit is contained in:
parent
372dfad6f2
commit
f635b37a6e
|
|
@ -91,7 +91,7 @@ public class RepairCardApplyDto {
|
||||||
* 审核时间
|
* 审核时间
|
||||||
*/
|
*/
|
||||||
@Excel(name = "审核时间")
|
@Excel(name = "审核时间")
|
||||||
private Date checkTime;
|
private String checkTime;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 创建人
|
* 创建人
|
||||||
|
|
|
||||||
|
|
@ -260,7 +260,7 @@
|
||||||
SELECT
|
SELECT
|
||||||
pp.id proId,
|
pp.id proId,
|
||||||
pp.pro_name proName,
|
pp.pro_name proName,
|
||||||
count( brca.id ) num,
|
count( distinct brca.id ) num,
|
||||||
count( distinct brcr.worker_id ) personNum,
|
count( distinct brcr.worker_id ) personNum,
|
||||||
sum( brcr.repair_day ) days,
|
sum( brcr.repair_day ) days,
|
||||||
brca.create_time createTime
|
brca.create_time createTime
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue