q876625596

Results 12 issues of q876625596

If there is only one item in the list, the decoration line does not take effect.

``` xml u.user_name = #{userName} and u.user_name = #{userName} and u.del_flag = 0 ${_parameter.dataScope('u')} ``` 就像上方代码中描述的问题,比如 ``` xml a.id = 1 ${_parameter.dataScope('u')} ``` 这样的代码就会使 a.id = 1 这行光标异常,按住CTRL并且鼠标指向字段时无法高亮,双击这一行的任何字符都会使光标错位; 但是,如果在 a.id...

bug
waiting-for-feedback

我的一个activity里面有一个viewPager+fragment,activity和viewPager中的fragment都注册了Apollo,但是在某一个fragment中发送两个事件,一个是向activity中发送,另一个是向别的fragment中发送,只会生效其中一个

When I take a photo, I select it, and the URI of the photo is file:///storage/emulated/0/DCIM/Camera/JPEG_20191230_141732_878113444.jpg, But when I enter the album again to select the same photo, the URI...

bug

``` dart try { _loadingDialog = YYDialog().build(context) ..widget(SpinKitWave(color: Colors.white)) ..backgroundColor = Colors.transparent //..barrierColor = Colors.black.withOpacity(.3) ..borderRadius = 4.0 ..show(); //逻辑代码... }catch(e){ _loadingDialog.dismiss(); }finally{ _loadingDialog.dismiss(); } ``` 代码如上,当我使用try-catch时,如果此时没有异常,那么逻辑最终进入finally里面,弹框可以正常关闭,但是一旦逻辑抛出异常,此时无论进入catch还是进入finally,dismiss均无法关闭弹窗。

════════ Exception caught by gesture ═══════════════════════════════════════════════════════════════ The following NoSuchMethodError was thrown while handling a gesture: The getter 'data' was called on null. Receiver: null Tried calling: data When the exception...

documentation
enhancement

### 当前使用版本(必填,否则不予处理) 3.5.5 ### 该问题是如何引起的?(确定最新版也有问题再提!!!) mysql分页优化 join时出现的问题。 ### 重现步骤(如果有就写完整) 原sql为: ``` sql SELECT ps.*, pcp.company_name, pl.id, pl.parking_lot_name FROM parking_space AS ps INNER JOIN parking_lot_space_scope AS plss_condition ON plss_condition.parking_space_id = ps.id...

### 当前使用版本(必填,否则不予处理) 3.5.4.1 ### 该问题是如何引起的?(确定最新版也有问题再提!!!) 当我的实体类中有租户id时,此时使用insertBatchSomeColumn方法批量插入数据时,在打印出来的sql中发现租户id是null,但是使用insert方法单个插入时sql中的租户id有值; 然后当我把实体类中的租户id字段移除或者将其标记为@TableField(exist = false)时,再使用insertBatchSomeColumn方法批量插入数据时, 此时打印出来的sql中租户id有值。 不知道是这样故意设计的还是一个bug? ### 重现步骤(如果有就写完整) ### 报错信息 这是实体类中有租户id,使用insertBatchSomeColumn方法批量插入数据时的报错,我数据库中设置的tenant_id是非null ``` org.springframework.dao.DataIntegrityViolationException: ### Error updating database. Cause: java.sql.SQLIntegrityConstraintViolationException: Column 'tenant_id' cannot be null ###...

## Issue Description Type: *bug report* ### Describe what happened (or what feature you want) 当我没有在网关添加api分组的时候,一切正常, 当我在网关中添加了api分组,启动网关之后,控制台无法看到网关服务。 When I did not add an API group to the gateway, everything was...

kind/question
area/gateway-flow-control