bug修复

This commit is contained in:
guoshengxiong 2024-06-20 18:57:09 +08:00
parent e255264a01
commit 9655e9f8c2

View File

@ -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