Commit 3ca68000 authored by clone's avatar clone

状态

parent f3571816
...@@ -95,8 +95,8 @@ class JournalAccounts extends Model ...@@ -95,8 +95,8 @@ class JournalAccounts extends Model
*/ */
public function getJournalAccountsList($pageNo = 1, $pageSize = 15, $order_ = 'id desc', $field, $param) public function getJournalAccountsList($pageNo = 1, $pageSize = 15, $order_ = 'id desc', $field, $param)
{ {
$params["a.transaction_status"] = array("in","3,5");
$params["b.phpone"] = $param["phone"]; $params["b.phpone"] = $param["phone"];
// $params["a.singntime"] = array( "neq", "null" );
return $this->db return $this->db
->field($field) ->field($field)
->alias("a") ->alias("a")
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment