|
|
|
@ -49,7 +49,8 @@ |
|
|
|
eo.time_out_response_duration, |
|
|
|
eo.cycle_time_send, |
|
|
|
dbo.joint_mes_type(eo.Site, eo.bu_no, eo.ObjectID) as mesType, |
|
|
|
eo.public_facilities_flag |
|
|
|
eo.public_facilities_flag, |
|
|
|
eo.device_manager |
|
|
|
FROM eam_object as eo |
|
|
|
LEFT JOIN eam_location as el ON eo.site = el.site and eo.LocationID = el.LocationID and eo.bu_no = el.bu_no |
|
|
|
LEFT JOIN eam_family as ef ON eo.site = ef.site and eo.FamilyID = ef.FamilyID and eo.bu_no = ef.bu_no |
|
|
|
@ -151,7 +152,8 @@ |
|
|
|
time_out_maintenance_duration = #{timeOutMaintenanceDuration}, |
|
|
|
standard_response_duration = #{standardResponseDuration}, |
|
|
|
time_out_response_duration = #{timeOutResponseDuration}, |
|
|
|
cycle_time_send = #{cycleTimeSend} |
|
|
|
cycle_time_send = #{cycleTimeSend}, |
|
|
|
device_manager = #{deviceManager} |
|
|
|
where id = #{id} |
|
|
|
</update> |
|
|
|
|
|
|
|
|