adjust
This commit is contained in:
parent
59637c1dbf
commit
dab7d4df81
@ -199,7 +199,11 @@ class RechargeController
|
|||||||
|
|
||||||
$firstdata = $rechargerow['first_data'];
|
$firstdata = $rechargerow['first_data'];
|
||||||
if ($firstrecharge) {
|
if ($firstrecharge) {
|
||||||
|
if ($firstdata == NULL || $firstdata == '') {
|
||||||
|
$firstdata = $goodsid;
|
||||||
|
} else {
|
||||||
$firstdata = $rechargerow['first_data'] . ',' . $goodsid;
|
$firstdata = $rechargerow['first_data'] . ',' . $goodsid;
|
||||||
|
}
|
||||||
} else {
|
} else {
|
||||||
$diamond_present = 0;
|
$diamond_present = 0;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user