fix:1.代码合并问题

pull/21/head
LILI 1 year ago
parent 22a78f1c07
commit 383d28870e

@ -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