Merge pull request 'dev-lili-330' (#21) from dev-lili-330 into test

Reviewed-on: #21
pull/27/head^2
lili 1 year ago
commit 9d5d167f03

@ -11,8 +11,9 @@
<where> <where>
t1.tenant_id = #{tenantId} t1.tenant_id = #{tenantId}
<if test="packageName != null and packageName != ''"> <if test="packageName != null and packageName != ''">
and t1.name like concat('%', #{packageName}, '%') or T3.USERNAME like concat('%', #{packageName}, '%') and (t1.name like concat('%', #{packageName}, '%') or T3.USERNAME like concat('%', #{packageName}, '%'))
</if> </if>
</where> </where>
ORDER BY T1.create_time desc
</select> </select>
</mapper> </mapper>
Loading…
Cancel
Save