lovlyhao

Results 6 issues of lovlyhao

中标麒麟 arm架构 fastdfs 编译通过, ![image](https://user-images.githubusercontent.com/30038949/102196685-31506d80-3efb-11eb-8d2d-ee0fdc5869ea.png)

fastdfs-5.05/make.sh 运行报如下错误 `linux_stack_trace.o ../common/linux_stack_trace.c -I../common -I/usr/include/fastcommon ../common/linux_stack_trace.c: 在函数‘signal_stack_trace_print’中: ../common/linux_stack_trace.c:79:17: 错误:‘NGREG’未声明(在此函数内第一次使用) for(i = 0; i < NGREG; i++) ^~~~~ ../common/linux_stack_trace.c:79:17: 附注:每个未声明的标识符在其出现的函数内只报告一次 ../common/linux_stack_trace.c:82:29: 错误:‘mcontext_t {或称 struct }’ has no member named ‘gregs’;...

**Describe the bug** Spring Cloud version: 2021.0.3 Spring Cloud gateway: 3.1.3 Abnormal information `16:38:10.595 [reactor-http-nio-7] DEBUG o.s.c.g.h.RoutePredicateHandlerMapping - [lambda$lookupRoute$6,142] - Route matched: ruoyi-system 16:38:10.595 [reactor-http-nio-7] DEBUG o.s.c.g.h.RoutePredicateHandlerMapping - [lambda$getHandlerInternal$0,90] -...

waiting-for-triage

### 当前使用版本(必填,否则不予处理) version: 3.5.2 ### 该问题是如何引起的?(确定最新版也有问题再提!!!) .apply(" '{0}' MEMBER OF (cxr_post_id->'$.value') ", PostType.RESERVE_DIRECTOR.getValue()) ### 重现步骤(如果有就写完整) 使用mysql8 member of 语法 ### 报错信息 aused by: com.baomidou.mybatisplus.core.exceptions.MybatisPlusException: Failed to process, Error SQL: SELECT...

代码如下 `String sql= "SELECT \n" + " id,cxr_employee_id,cxr_post_id,cxr_site_id,cxr_region_id,in_charge_start_time,in_charge_end_time,charge_status,create_by,create_time,update_by,update_time,revision,create_by_name,create_by_type,update_by_name,update_by_type,delete_by,delete_by_name,delete_by_type,delete_time,delete_status,sort_num,remark,sys_dept_id,spare_id \n" + " FROM cxr_employee_post \n" + " WHERE ( '106' member of (cxr_post_id->'$.value') )"; Select stmt = (Select) CCJSqlParserUtil.parse(sql);` 报错如下: Exception...

![image](https://user-images.githubusercontent.com/30038949/117528251-d6332a80-b003-11eb-87c7-0cf17e25c951.png) ![image](https://user-images.githubusercontent.com/30038949/117528253-db907500-b003-11eb-978e-59a290b6f875.png) 去掉复杂分配就可以保存成功 ?