作者 李宇航

合并分支 'lyh-server' 到 'master'

变更数据



查看合并请求 !2852
@@ -21,7 +21,7 @@ use App\Models\Base; @@ -21,7 +21,7 @@ use App\Models\Base;
21 */ 21 */
22 class TicketUploadData extends Base 22 class TicketUploadData extends Base
23 { 23 {
24 - protected $table = 'gl_ticket_upload_data'; 24 + protected $table = 'gl_tickets_upload_data';
25 25
26 public function getTextAttribute($value){ 26 public function getTextAttribute($value){
27 if(!empty($value)){ 27 if(!empty($value)){