springcloud_k8s_panzhihuazhihuishequ/service_property/src/main/resources/mapper/ComPropertyAlarmMapper.xml | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
springcloud_k8s_panzhihuazhihuishequ/service_property/src/main/resources/mapper/ComPropertyAlarmMapper.xml
@@ -57,7 +57,7 @@ <select id="selectById" resultType="com.panzhihua.common.model.vos.property.ComPropertyAlarmVO"> select t.*, t1.position, t2.name as solveName from com_property_Alarm t from com_property_alarm t left join com_property_equipment t1 on t.serial_no = t1.serial_no left join sys_user t2 on t.solve_id = user_id where t.id=#{id}