101captain
2021-11-05 9df9d103be0c16ac0a1394d92f524cde36ccf06d
1105测试代码修改
1个文件已修改
1 ■■■■ 已修改文件
springcloud_k8s_panzhihuazhihuishequ/service_community/src/main/resources/mapper/ComActReserveAnswerContentMapper.xml 1 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
springcloud_k8s_panzhihuazhihuishequ/service_community/src/main/resources/mapper/ComActReserveAnswerContentMapper.xml
@@ -123,6 +123,7 @@
            AND ac.answer_content like concat ('%',#{detailedAdminDTO.keyword},'%')
        </if>
                )
        GROUP BY ac.id
        order by ac.reserve_record_id asc,ac.id asc
    </select>
</mapper>