|
@@ -43,7 +43,7 @@ class Set
|
|
|
if ($type == 'store') {
|
|
|
return $this->statDate($info['type'], $info['day']) . '与'.$other['name'].'对账单数量是否正确<br />对账数量' . $info['num'] . '个';
|
|
|
}
|
|
|
- return $this->statDate($info['type'], $info['day']) . '与'.$other['name'].'对账单款项是否正确<br />对账金额¥' . $info['cash'] . '元';
|
|
|
+ return $this->statDate($info['type'], $info['day']) . '与'.$other['name'].'对账单款项是否正确<br />对账金额¥' . round($info['cash'],2) . '元';
|
|
|
}
|
|
|
|
|
|
public function statTime($start, $end)
|