作者 刘朕
1 个管道 的构建 通过 耗费 2 秒

下单班级查询接口学龄前数据优化

... ... @@ -788,7 +788,7 @@ class PersonalcenterController extends WeChatBaseController{
$class = explode('-',$val['class']);
if($val['grade'] == '学龄前') {
foreach ($class as $kc=>$vc) {
$grade_class_show[] = $vc;
$grade_class_show[] = $val['grade'].' -'.$vc;
}
} else {
for($i=$class[0];$i<=$class[1];$i++){
... ...
... ... @@ -7,7 +7,7 @@ return [
// 数据库类型
'type' => 'mysql',
// 服务器地址
'hostname' => 'rm-m5eblhc9o3515i25neo.mysql.rds.aliyuncs.com',
'hostname' => 'rm-m5eblhc9o3515i25n.mysql.rds.aliyuncs.com',
// 数据库名
'database' => 'xkeasy',
// 用户名
... ...