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

+ 3 - 0
app/cash/lib/Set.php

@@ -31,6 +31,9 @@ class Set
         $info = is_array($info) ? $info : Dever::db($table)->one($info);
         $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['cash'] . '元';
     }