Commit a5cd1483 authored by hj's avatar hj

更新提交0

parent 5e1d34af
......@@ -201,7 +201,7 @@ Compounds,
foreach($currentPackageList as $package){
$pack = [];
if($package['r_code'] == $datas['r_code']){
$package['p_price'] = ceil($package['p_price'];
$package['p_price'] = ceil($package['p_price']);
$pack['unit_description'] = $package['p_pack'].''.$package['p_pack_unit'];
//$pack['package_status'] = $package['p_status'] == '1' && $package['p_show'] == '1' && $package['p_if_big'] == 0 ? 'ACTIVE' : 'INACTIVE';
//$tempData['status'] = $package['p_status'] == '1' && $package['p_show'] == '1' && $package['p_if_big'] == 0 ? 'ACTIVE' : 'INACTIVE';
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment