提交 0e2dea9d authored 作者: chengye's avatar chengye

test

上级 cd084d0a
......@@ -27,8 +27,8 @@
<file pinned="false" current-in-tab="true">
<entry file="file://$PROJECT_DIR$/application/em/model/EmInvoice.php">
<provider selected="true" editor-type-id="text-editor">
<state relative-caret-position="434">
<caret line="43" column="24" lean-forward="true" selection-start-line="43" selection-start-column="24" selection-end-line="43" selection-end-column="24" />
<state relative-caret-position="279">
<caret line="44" selection-start-line="44" selection-end-line="44" />
</state>
</provider>
</entry>
......@@ -221,12 +221,12 @@
<workItem from="1578817951649" duration="618000" />
<workItem from="1578900535997" duration="5097000" />
<workItem from="1578907167448" duration="144000" />
<workItem from="1578972376079" duration="6515000" />
<workItem from="1578972376079" duration="7184000" />
</task>
<servers />
</component>
<component name="TimeTrackingManager">
<option name="totallyTimeSpent" value="12462000" />
<option name="totallyTimeSpent" value="13131000" />
</component>
<component name="ToolWindowManager">
<frame x="1358" y="-125" width="1936" height="1056" extended-state="6" />
......@@ -499,8 +499,8 @@
</entry>
<entry file="file://$PROJECT_DIR$/application/em/model/EmInvoice.php">
<provider selected="true" editor-type-id="text-editor">
<state relative-caret-position="434">
<caret line="43" column="24" lean-forward="true" selection-start-line="43" selection-start-column="24" selection-end-line="43" selection-end-column="24" />
<state relative-caret-position="279">
<caret line="44" selection-start-line="44" selection-end-line="44" />
</state>
</provider>
</entry>
......
......@@ -42,7 +42,6 @@ class EmInvoice extends Base
->page($Nowpage, $limits)
->select()
->toarray();
dd(self::getLastSql());
foreach ($data as &$item){
if($item['payment_balance'] == '') $item['payment_balance'] = 0;
$item['paid_amount'] = $item['payment_amount'] - $item['payment_balance'];
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论