1
This commit is contained in:
parent
eee2c3892c
commit
97caad98af
@ -30,7 +30,8 @@ class GoldBullion extends BaseModel {
|
|||||||
myself()->_getSelfMysql(),
|
myself()->_getSelfMysql(),
|
||||||
't_gold_bullion',
|
't_gold_bullion',
|
||||||
array(
|
array(
|
||||||
'idx' => $row['idx']
|
'idx' => $row['idx'],
|
||||||
|
'open_status' => self::OPEN_STATUS_PENDING
|
||||||
),
|
),
|
||||||
array(
|
array(
|
||||||
'open_status' => self::OPEN_STATUS_SEND_BEGIN,
|
'open_status' => self::OPEN_STATUS_SEND_BEGIN,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user