新增专员审核

This commit is contained in:
zfh 2025-02-26 18:57:09 +08:00
parent b61320a80e
commit 56904146df
1 changed files with 1 additions and 0 deletions

View File

@ -59,6 +59,7 @@
<if test="createUser != null and createUser != ''"> <if test="createUser != null and createUser != ''">
AND ptc.create_user_name LIKE CONCAT('%', #{createUser}, '%') AND ptc.create_user_name LIKE CONCAT('%', #{createUser}, '%')
</if> </if>
GROUP BY ptc.config_id
ORDER BY ORDER BY
ptc.config_id DESC ptc.config_id DESC
</select> </select>