bug修复
This commit is contained in:
parent
e255264a01
commit
9655e9f8c2
@ -55,7 +55,7 @@
|
||||
<select id="countWorkerNumByRegion" resultType="com.zhgd.xmgl.modules.safetyhat.entity.vo.WorkerNumAndRegionName">
|
||||
select
|
||||
qr.region_name,
|
||||
count(*) as workerNum,
|
||||
count(DISTINCT shd.worker_info_id) as workerNum,
|
||||
date_format(shd.upload_time,'%Y-%m-%d') AS date
|
||||
from quality_region qr
|
||||
join safety_hat_fence shf on shf.quality_region_id = qr.id
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user