新增专员审核
This commit is contained in:
parent
b61320a80e
commit
56904146df
|
|
@ -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>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue