新增专员审核
This commit is contained in:
parent
b61320a80e
commit
56904146df
|
|
@ -59,6 +59,7 @@
|
|||
<if test="createUser != null and createUser != ''">
|
||||
AND ptc.create_user_name LIKE CONCAT('%', #{createUser}, '%')
|
||||
</if>
|
||||
GROUP BY ptc.config_id
|
||||
ORDER BY
|
||||
ptc.config_id DESC
|
||||
</select>
|
||||
|
|
|
|||
Loading…
Reference in New Issue