|
@@ -85,6 +85,7 @@ class ConstructionService extends Service
|
|
|
|
|
|
ConstructionInfo::where('del_time',0)
|
|
|
->where('construction_id',$data['id'])
|
|
|
+ ->where('type',ConstructionInfo::type_two)
|
|
|
->update(['del_time' => $time]);
|
|
|
ConstructionProductInfo::where('del_time',0)
|
|
|
->where('construction_id',$data['id'])
|