1
This commit is contained in:
parent
51840afaeb
commit
88915775a4
@ -6,6 +6,10 @@ use phpcommon\SqlHelper;
|
|||||||
|
|
||||||
class Market extends BaseModel {
|
class Market extends BaseModel {
|
||||||
|
|
||||||
|
const PENDING_STATE = 0;
|
||||||
|
const BUY_OK_STATUS = 1;
|
||||||
|
const CANCEL_STATUS = 2;
|
||||||
|
|
||||||
public static function find($orderId){
|
public static function find($orderId){
|
||||||
$row = SqlHelper::ormSelectOne(
|
$row = SqlHelper::ormSelectOne(
|
||||||
myself()->_getMysql(''),
|
myself()->_getMysql(''),
|
||||||
|
Loading…
x
Reference in New Issue
Block a user