zhanghua
2022-11-08 bb8a900d64677347c71a14b3bdf7110e1d7fcef8
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>