Skip to content

Commit

Permalink
feat: 细节优化
Browse files Browse the repository at this point in the history
  • Loading branch information
godLei6 committed Oct 16, 2024
1 parent 4c3e203 commit 91e0140
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion service/udsvr/internal/logic/rule/assemble.go
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ func ToSceneTriggerPo(si *scene.Info, in *scene.Trigger) *relationDB.UdSceneIfTr
},
Order: in.Order,
ProjectID: stores.ProjectID(si.ProjectID),
AreaID: stores.AreaID(in.AreaID),
AreaID: stores.AreaID(si.AreaID),
Device: ToSceneTriggerDevicePo(in.Device),
Timer: ToSceneTriggerTimerPo(si, in.Timer),
Weather: utils.Copy2[relationDB.UdSceneTriggerWeather](in.Weather),
Expand Down

0 comments on commit 91e0140

Please sign in to comment.