This commit is contained in:
aozhiwei 2023-08-05 15:01:24 +08:00
parent 51840afaeb
commit 88915775a4

View File

@ -6,6 +6,10 @@ use phpcommon\SqlHelper;
class Market extends BaseModel {
const PENDING_STATE = 0;
const BUY_OK_STATUS = 1;
const CANCEL_STATUS = 2;
public static function find($orderId){
$row = SqlHelper::ormSelectOne(
myself()->_getMysql(''),