songxingwei 3 years ago
parent
commit
f26c9a77aa
1 changed files with 1 additions and 0 deletions
  1. 1 0
      application/common/model/User.php

+ 1 - 0
application/common/model/User.php

@@ -645,6 +645,7 @@ class User Extends Model
                 $array2['why'] = '';
                 $array2['create_at'] = $v['create_at'];
                 $array2['price'] = '+'.$v['change_money'];
+                $array2['project_name'] = '测试加班费';
                 array_push($array,$array2);
             }
         }else{