lin 3 jaren geleden
bovenliggende
commit
ffa630a3c3

+ 1 - 1
zoniot-rmcp/zoniot-rmcp-core/src/main/java/com/zcxk/rmcp/core/mapper/DeviceMapper.xml

@@ -676,7 +676,7 @@
   </select>
 
   <select id="findByDeviceNo" resultMap="BaseResultMap">
-    select id,category_id,product_id,device_no,meter_no,file_no
+    select id,tenant_id,category_id,product_id,company_org_id,dept_org_id,community_id,device_no,meter_no,file_no
     from rmcp_device where status = 1 and device_no = #{deviceNo} limit 1;
   </select>