|
|
@@ -154,16 +154,6 @@ class GroupServiceWork extends BaseModel
|
|
|
{
|
|
|
return !empty($data['receive_time'])?date('Y-m-d H:i:s',$data['receive_time']):'';
|
|
|
}
|
|
|
-
|
|
|
- public function getWorkImagesAttr($value)
|
|
|
- {
|
|
|
- return !empty($value)?json_decode($value,true):'';
|
|
|
- }
|
|
|
-
|
|
|
- public function getFinishedImagesAttr($value)
|
|
|
- {
|
|
|
- return !empty($value)?json_decode($value,true):'';
|
|
|
- }
|
|
|
|
|
|
public function getCategoryTypeTextAttr($value,$data)
|
|
|
{
|
|
|
@@ -174,4 +164,4 @@ class GroupServiceWork extends BaseModel
|
|
|
return $categoryTypedata[$data['category_type']];
|
|
|
}
|
|
|
|
|
|
-}
|
|
|
+}
|