切换导航条
此项目
正在载入...
登录
王晓刚
/
advertising
·
提交
转到一个项目
GitLab
转到仪表盘
项目
活动
文件
提交
管道
0
构建
0
图表
里程碑
问题
0
合并请求
0
成员
标记
维基
派生
网络
创建新的问题
下载为
邮件补丁
差异文件
浏览文件
作者
王晓刚
5 years ago
提交
4a12763a14df5f44f7e322de142cc44c19023967
1 个父辈
35dfeeea
1 个管道 的构建
通过
耗费 1 秒
调试提现
变更
2
构建
1
隐藏空白字符变更
内嵌
并排对比
正在显示
2 个修改的文件
包含
15 行增加
和
8 行删除
.idea/workspace.xml
application/admin/controller/UserMoneyLogAudit.php
.idea/workspace.xml
查看文件 @
4a12763
...
...
@@ -2,7 +2,6 @@
<project
version=
"4"
>
<component
name=
"ChangeListManager"
>
<list
default=
"true"
id=
"309ad746-5b2a-4c29-af46-e7925a35765c"
name=
"默认的"
comment=
""
>
<change
beforePath=
"$PROJECT_DIR$/.idea/workspace.xml"
beforeDir=
"false"
afterPath=
"$PROJECT_DIR$/.idea/workspace.xml"
afterDir=
"false"
/>
<change
beforePath=
"$PROJECT_DIR$/application/admin/controller/UserMoneyLogAudit.php"
beforeDir=
"false"
afterPath=
"$PROJECT_DIR$/application/admin/controller/UserMoneyLogAudit.php"
afterDir=
"false"
/>
</list>
<option
name=
"EXCLUDED_CONVERTED_TO_IGNORED"
value=
"true"
/>
...
...
@@ -50,8 +49,8 @@
<file
leaf-file-name=
"UserMoneyLogAudit.php"
pinned=
"false"
current-in-tab=
"true"
>
<entry
file=
"file://$PROJECT_DIR$/application/admin/controller/UserMoneyLogAudit.php"
>
<provider
selected=
"true"
editor-type-id=
"text-editor"
>
<state
relative-caret-position=
"419"
>
<caret
line=
"117"
column=
"65"
selection-start-line=
"117"
selection-start-column=
"65"
selection-end-line=
"117"
selection-end-column=
"65"
/>
<state
relative-caret-position=
"453"
>
<caret
line=
"119"
column=
"35"
selection-start-line=
"119"
selection-start-column=
"35"
selection-end-line=
"119"
selection-end-column=
"35"
/>
<folding>
<element
signature=
"e#40#74#0#PHP"
expanded=
"true"
/>
</folding>
...
...
@@ -337,7 +336,7 @@
<workItem
from=
"1572087949120"
duration=
"1641000"
/>
<workItem
from=
"1572223206994"
duration=
"28857000"
/>
<workItem
from=
"1572309778506"
duration=
"26117000"
/>
<workItem
from=
"1572395935540"
duration=
"9
581
000"
/>
<workItem
from=
"1572395935540"
duration=
"9
650
000"
/>
</task>
<task
id=
"LOCAL-00001"
summary=
"数据库配置"
>
<created>
1571972429395
</created>
...
...
@@ -514,11 +513,18 @@
<option
name=
"project"
value=
"LOCAL"
/>
<updated>
1572415609581
</updated>
</task>
<option
name=
"localTasksCounter"
value=
"26"
/>
<task
id=
"LOCAL-00026"
summary=
"提现"
>
<created>
1572415790653
</created>
<option
name=
"number"
value=
"00026"
/>
<option
name=
"presentableId"
value=
"LOCAL-00026"
/>
<option
name=
"project"
value=
"LOCAL"
/>
<updated>
1572415790653
</updated>
</task>
<option
name=
"localTasksCounter"
value=
"27"
/>
<servers
/>
</component>
<component
name=
"TimeTrackingManager"
>
<option
name=
"totallyTimeSpent"
value=
"1948
06
000"
/>
<option
name=
"totallyTimeSpent"
value=
"1948
75
000"
/>
</component>
<component
name=
"ToolWindowManager"
>
<frame
x=
"-8"
y=
"-8"
width=
"1936"
height=
"1056"
extended-state=
"6"
/>
...
...
@@ -931,8 +937,8 @@
</entry>
<entry
file=
"file://$PROJECT_DIR$/application/admin/controller/UserMoneyLogAudit.php"
>
<provider
selected=
"true"
editor-type-id=
"text-editor"
>
<state
relative-caret-position=
"419"
>
<caret
line=
"117"
column=
"65"
selection-start-line=
"117"
selection-start-column=
"65"
selection-end-line=
"117"
selection-end-column=
"65"
/>
<state
relative-caret-position=
"453"
>
<caret
line=
"119"
column=
"35"
selection-start-line=
"119"
selection-start-column=
"35"
selection-end-line=
"119"
selection-end-column=
"35"
/>
<folding>
<element
signature=
"e#40#74#0#PHP"
expanded=
"true"
/>
</folding>
...
...
application/admin/controller/UserMoneyLogAudit.php
查看文件 @
4a12763
...
...
@@ -116,6 +116,7 @@ class UserMoneyLogAudit extends Backend
//审核通过
$user
=
Db
::
name
(
'user'
)
->
where
([
'id'
=>
$row
[
'user_id'
]])
->
find
();
$third
=
Db
::
name
(
'third'
)
->
where
([
'user_id'
=>
$row
[
'user_id'
]])
->
find
();
dump
(
$row
);
dump
(
$user
);
dump
(
$third
);
//红包券充值比例
...
...
请
注册
或
登录
后发表评论