From 97caad98afcb1c3b11f3578fdf5d3b946a96cdbe Mon Sep 17 00:00:00 2001 From: aozhiwei Date: Tue, 11 Jun 2024 14:42:21 +0800 Subject: [PATCH] 1 --- webapp/models/GoldBullion.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/webapp/models/GoldBullion.php b/webapp/models/GoldBullion.php index 213aa483..ef68792d 100644 --- a/webapp/models/GoldBullion.php +++ b/webapp/models/GoldBullion.php @@ -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,