dever 3 年之前
父節點
當前提交
95b7f73c98
共有 1 個文件被更改,包括 1 次插入1 次删除
  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']);
         $other = Dever::db($type . '/info')->find($info[$type . '_id']);
 
 
         if ($type == 'store') {
         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'] . '元';
         return $this->statDate($info['type'], $info['day']) . '与'.$other['name'].'对账单款项是否正确<br />对账金额¥' . $info['cash'] . '元';
     }
     }