liujie
2023-10-24 d53a2b2615c207f981ca05676214cee8cfb3eebf
cloud-server-management/src/main/resources/mapper/TEvaluationMapper.xml
@@ -14,8 +14,8 @@
        <if test="shopName!=null and shopName !=''">
            and t2.name like concat("%",#{shopName},"%")
        </if>
        <if test="shopName!=null and shopName !=''">
            and t2.name like concat("%",#{shopName},"%")
        <if test="name!=null and name !=''">
            and t2.name like concat("%",#{name},"%")
        </if>
    </select>
    <select id="info" resultType="com.dsh.guns.modular.system.model.TEvaluationListVo">