作者 王晓刚
1 个管道 的构建 通过 耗费 0 秒

商户申请

... ... @@ -85,8 +85,8 @@
<file leaf-file-name="UserExpLogAudit.php" pinned="false" current-in-tab="true">
<entry file="file://$PROJECT_DIR$/application/admin/controller/UserExpLogAudit.php">
<provider selected="true" editor-type-id="text-editor">
<state relative-caret-position="697">
<caret line="155" column="9" selection-start-line="155" selection-start-column="9" selection-end-line="155" selection-end-column="9" />
<state relative-caret-position="572">
<caret line="157" column="18" selection-start-line="157" selection-start-column="18" selection-end-line="157" selection-end-column="18" />
</state>
</provider>
</entry>
... ... @@ -518,21 +518,7 @@
<workItem from="1573000530976" duration="6061000" />
<workItem from="1573087576825" duration="5555000" />
<workItem from="1573174620844" duration="32581000" />
<workItem from="1573259331081" duration="29618000" />
</task>
<task id="LOCAL-00494" summary="商户申请">
<created>1573282924950</created>
<option name="number" value="00494" />
<option name="presentableId" value="LOCAL-00494" />
<option name="project" value="LOCAL" />
<updated>1573282924950</updated>
</task>
<task id="LOCAL-00495" summary="商户申请">
<created>1573283134752</created>
<option name="number" value="00495" />
<option name="presentableId" value="LOCAL-00495" />
<option name="project" value="LOCAL" />
<updated>1573283134752</updated>
<workItem from="1573259331081" duration="30308000" />
</task>
<task id="LOCAL-00496" summary="商户申请">
<created>1573283230711</created>
... ... @@ -863,11 +849,25 @@
<option name="project" value="LOCAL" />
<updated>1573293077920</updated>
</task>
<option name="localTasksCounter" value="543" />
<task id="LOCAL-00543" summary=" 商户申请">
<created>1573293108543</created>
<option name="number" value="00543" />
<option name="presentableId" value="LOCAL-00543" />
<option name="project" value="LOCAL" />
<updated>1573293108543</updated>
</task>
<task id="LOCAL-00544" summary=" 商户申请">
<created>1573294162462</created>
<option name="number" value="00544" />
<option name="presentableId" value="LOCAL-00544" />
<option name="project" value="LOCAL" />
<updated>1573294162462</updated>
</task>
<option name="localTasksCounter" value="545" />
<servers />
</component>
<component name="TimeTrackingManager">
<option name="totallyTimeSpent" value="403291000" />
<option name="totallyTimeSpent" value="403981000" />
</component>
<component name="ToolWindowManager">
<frame x="-8" y="-8" width="1936" height="1056" extended-state="6" />
... ... @@ -1275,8 +1275,8 @@
</entry>
<entry file="file://$PROJECT_DIR$/application/admin/controller/UserExpLogAudit.php">
<provider selected="true" editor-type-id="text-editor">
<state relative-caret-position="697">
<caret line="155" column="9" selection-start-line="155" selection-start-column="9" selection-end-line="155" selection-end-column="9" />
<state relative-caret-position="572">
<caret line="157" column="18" selection-start-line="157" selection-start-column="18" selection-end-line="157" selection-end-column="18" />
</state>
</provider>
</entry>
... ...
... ... @@ -154,7 +154,8 @@ class UserExpLogAudit extends Backend
}
$this->error(__('Parameter %s can not be empty', ''));
}
dump($list = collection($row)->toArray());
$list = collection($row)->toArray();
dump($list);
exit();
$this->view->assign("row", $row);
return $this->view->fetch();
... ...