@@ -95,7 +95,6 @@ class WasteRecord extends Base {
$map[] = ['del','=',0];
$info = $this->field('id,serial_number,org_id,waste_device_id,user_id,cateid,weight,status,create_time,reason,is_print,weight2')
->where($map)->find();
- $info['weight'] = $info['weight']?round( $info['weight']/1000,2):0;
$info = $info?$info->toArray():[];
if(!$info){
$this->error = '记录不存在';