统计调试

This commit is contained in:
方亮 2025-10-11 16:52:40 +08:00
parent 5998e88b4d
commit bcfb0e5a7e
1 changed files with 1 additions and 1 deletions

View File

@ -36,7 +36,7 @@
) bb ON pw.id = bb.worker_id ) bb ON pw.id = bb.worker_id
WHERE WHERE
pw.is_active = 1 pw.is_active = 1
<if test="proName != null"> <if test="workerName != null">
AND locate(#{workerName},pw.name) AND locate(#{workerName},pw.name)
</if> </if>
</select> </select>