|
|
@@ -73,7 +73,7 @@ FROM
|
|
|
AND t2.sys_enterpriseid =$sys_enterpriseid$
|
|
|
AND
|
|
|
IF
|
|
|
- ( t2.islimit = 1, t2.saledamount < t2.limitamount, 1 = 1 ))
|
|
|
+ ( t2.islimit = 1, ifnull(t2.saledamount,0) < t2.limitamount, 1 = 1 ))
|
|
|
or t1.sa_promotionid IN (
|
|
|
SELECT
|
|
|
sa_promotionid
|
|
|
@@ -113,7 +113,7 @@ FROM
|
|
|
AND t2.sys_enterpriseid = $sys_enterpriseid$
|
|
|
AND
|
|
|
IF
|
|
|
- ( t2.islimit = 1, t2.saledamount < t2.limitamount, 1 = 1 )) or t1.sa_promotionid IN (
|
|
|
+ ( t2.islimit = 1, ifnull(t2.saledamount,0) < t2.limitamount, 1 = 1 )) or t1.sa_promotionid IN (
|
|
|
SELECT
|
|
|
sa_promotionid
|
|
|
FROM
|