ecode

Results 4 issues of ecode

**1、bug描述** 查询数据,丢失 **2、版本号* mycat-1.6.7.4-release **3、相关表的配置信息** schema.xml (需包含表的配置信息,mysql的连接驱动是JDBC还是native方式) select user() rule.xml (涉及到的路由函数) 默认配置 server.xml(可选) **4、操作步骤** 查询条件 select op.option_id, op.question_id, op.content, op.is_answer, op.create_time as op_create_time, op.update_time as op_update_time from quiz_question_option op where...

bug

**1、bug描述** 查询数据,丢失 **2、版本号* mycat-1.6.7.4-release **3、相关表的配置信息** ` schema.xml (需包含表的配置信息,mysql的连接驱动是JDBC还是native方式) select user() ` rule.xml (涉及到的路由函数) 默认配置 server.xml(可选) **4、操作步骤** 查询条件 select op.option_id, op.question_id, op.content, op.is_answer, op.create_time as op_create_time, op.update_time as op_update_time from quiz_question_option...

bug

//重设密码 Route::get([ 'AUTH_PASSWORD', 'password/reset', ], "\\" . $controllers['reset'] . "@showResetForm");