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