@ -86,6 +86,7 @@ class Identity extends BaseService
foreach ($data as $value) {
if ($value['month'] == 1) {
$one_data = $value;
break;
}
foreach ($data as $key => $value) {
@ -53,7 +53,7 @@ class Identity extends BaseModel
*/
public function getList(array $where)
{
return $this->where($where)->select();
return $this->where($where)->order('month', 'asc')->select();
/**