dever %!s(int64=3) %!d(string=hai) anos
pai
achega
95b7f73c98
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      app/cash/lib/Set.php

+ 1 - 1
app/cash/lib/Set.php

@@ -32,7 +32,7 @@ class Set
         $other = Dever::db($type . '/info')->find($info[$type . '_id']);
 
         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['num'] . '个';
         }
         return $this->statDate($info['type'], $info['day']) . '与'.$other['name'].'对账单款项是否正确<br />对账金额¥' . $info['cash'] . '元';
     }