Forráskód Böngészése

字段问题修复

xucaiqin 2 éve
szülő
commit
af8d2f1f2e

+ 1 - 1
iot-module/iot-module-manage/iot-module-manage-biz/src/main/resources/mapper/IotDeviceMapper.xml

@@ -97,7 +97,7 @@
                 and ide.id = #{deviceId,jdbcType=BIGINT}
             </if>
             <if test="productId != null">
-                and ipd.product_id = #{productId,jdbcType=BIGINT}
+                and ide.product_id = #{productId,jdbcType=BIGINT}
             </if>
         </where>
     </select>