|
|
@@ -123,7 +123,7 @@
|
|
|
INNER JOIN ac_account aa on ac.creator_id = aa.id
|
|
|
WHERE
|
|
|
ac.name LIKE concat( '%', #{name,jdbcType=VARCHAR}, '%' )
|
|
|
- OR aa.realname LIKE concat('%', '陈炜', '%')
|
|
|
+ OR aa.realname LIKE concat('%', #{name,jdbcType=VARCHAR}, '%')
|
|
|
ORDER BY ac.id
|
|
|
</select>
|
|
|
<select id="getCompanyRspDTOById" resultType="com.usoftchina.saas.account.dto.CompanyRspDTO">
|