切换导航条
此项目
正在载入...
登录
李忠强
/
temporaryfood
·
提交
转到一个项目
GitLab
转到仪表盘
项目
活动
文件
提交
管道
0
构建
0
图表
里程碑
问题
0
合并请求
0
成员
标记
维基
派生
网络
创建新的问题
下载为
邮件补丁
差异文件
浏览文件
作者
何书鹏
2022-02-09 11:55:56 +0800
提交
dd4439063bdf21711af1291ee496389cc2ab87ba
1 个父辈
7c5f9038
骑手提现
隐藏空白字符变更
内嵌
并排对比
正在显示
3 个修改的文件
包含
14 行增加
和
1 行删除
application/admin/model/Tax.php
application/api/controller/Rider.php
application/api/model/Withdraw.php
application/admin/model/Tax.php
查看文件 @
dd44390
...
...
@@ -87,6 +87,6 @@ class Tax extends Model
public
function
user
()
{
return
$this
->
belongsTo
(
'User'
,
'id'
,
'id'
,
[],
'LEFT'
)
->
setEagerlyType
(
0
);
return
$this
->
belongsTo
(
'User'
,
'
user_
id'
,
'id'
,
[],
'LEFT'
)
->
setEagerlyType
(
0
);
}
}
...
...
application/api/controller/Rider.php
查看文件 @
dd44390
...
...
@@ -12,6 +12,7 @@ use app\api\model\UserMoneyLog;
use
app\api\model\Withdraw
;
use
app\common\controller\Api
;
use
app\common\model\User
;
use
EasyWeChat\Factory
;
use
think\Config
;
use
think\Db
;
use
think\Exception
;
...
...
application/api/model/Withdraw.php
0 → 100644
查看文件 @
dd44390
<?php
namespace
app\api\model
;
use
think\Model
;
class
Withdraw
extends
Model
{
// 自动写入时间戳字段
protected
$autoWriteTimestamp
=
'int'
;
protected
$createTime
=
'createtime'
;
protected
$updateTime
=
''
;
}
\ No newline at end of file
...
...
请
注册
或
登录
后发表评论