zhanghua
2022-11-09 81341a45d4538871ef40ced2f2693e6d48b50a3e
ycl-platform/src/main/resources/mapper/store/UmsStoreInfoMapper.xml
@@ -28,5 +28,6 @@
                t1.store_name LIKE  CONCAT('%', #{keyword}, '%')
            </if>
        </where>
        order by t1.id desc
    </select>
</mapper>