赞
踩
- // List<Long> 存储 json 格式后的查询
- .apply("JSON_CONTAINS(JSON_EXTRACT(order_id_list, '$.data[*]'), CONCAT('\"', {0}, '\"'))", orderId)
- // List<Integer> 存储 json 格式后的查询
- .apply("JSON_CONTAINS(JSON_EXTRACT(pass_node_codes, '$.data[*]'), {0})", passNode));
为什么查询会有区别呢?
因为 List 格式转换成 json 存储到数据库是这样的
而 List 存储到数据库是这样的
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。