统计调试
This commit is contained in:
parent
5998e88b4d
commit
bcfb0e5a7e
|
|
@ -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>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue