44323
2023-10-25 5ebaf01f27ea05c7f40def8b2e7ac65ce6c084de
cloud-server-management/src/main/resources/mapper/TEvaluationMapper.xml
@@ -17,6 +17,12 @@
        <if test="name!=null and name !=''">
            and t2.name like concat("%",#{name},"%")
        </if>
        <if test="operatorId != null and operatorId.size()>0">
            AND t1.storeId IN
            <foreach collection="operatorId" separator="," item="id" open="(" close=")">
                #{id}
            </foreach>
        </if>
    </select>
    <select id="info" resultType="com.dsh.guns.modular.system.model.TEvaluationListVo">
        select t1.id,t1.appUserId,t1.score,t1.insertTime time,t1.imgs,t1.content,t2.name shopName,t2.province pName,t2.city cName from t_store_evaluation t1 left join t_store t2 on t1.storeId =t2.id