This commit is contained in:
aozhiwei 2024-06-11 14:42:21 +08:00
parent eee2c3892c
commit 97caad98af

View File

@ -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,