统计调试
This commit is contained in:
parent
5998e88b4d
commit
bcfb0e5a7e
|
|
@ -36,7 +36,7 @@
|
|||
) bb ON pw.id = bb.worker_id
|
||||
WHERE
|
||||
pw.is_active = 1
|
||||
<if test="proName != null">
|
||||
<if test="workerName != null">
|
||||
AND locate(#{workerName},pw.name)
|
||||
</if>
|
||||
</select>
|
||||
|
|
|
|||
Loading…
Reference in New Issue