为了账号安全,请及时绑定邮箱和手机立即绑定

运动日期去重的问题?

运动日期去重的问题?

PHP
素胚勾勒不出你 2019-03-12 12:04:19
返回给前端运动日期,年月日不能重复: public function getMemberPhysicalTestDate() { $arr = MemberPhysicalTest::find() ->alias('mpt') ->joinWith(['member m'],FALSE) ->where([ 'm.member_account_id' => $this->accountId, 'mpt.type' => $this->type, 'mpt.is_delete' => 0 ]) ->select('mpt.create_at') ->groupBy(["DATE_FORMAT(from_unixtime(mpt.create_at),'%Y-%m-%d')"]) ->orderBy('mpt.create_at desc') ->asArray() ->all(); return $arr; } 这个方法不太好使:查询出来的只有第一条,第二条6月26号的没有查出来。
查看完整描述

1 回答

  • 1 回答
  • 0 关注
  • 376 浏览

添加回答

举报

0/150
提交
取消
意见反馈 帮助中心 APP下载
官方微信