xuhy
2024-12-23 65948198a6dc5e808440ac6874db6df8aab6d9ab
manage/src/main/resources/mapping/TOptometristMapper.xml
@@ -37,6 +37,9 @@
            <if test="query.name != null and query.name != ''">
                and t2.`name` like  concat('%',#{query.name},'%')
            </if>
            <if test="query.userId != null and query.userId != ''">
                and t2.id like  concat('%',#{query.userId},'%')
            </if>
            <if test="query.realName != null and query.realName != ''">
                and t1.`name` like  concat('%',#{query.realName},'%')
            </if>