浏览代码

解决认证通关联设备报错问题

JiangChongBo 2 年之前
父节点
当前提交
beef538b71
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/main/resources/mapper/AuthProductMapper.xml

+ 1 - 1
src/main/resources/mapper/AuthProductMapper.xml

@@ -534,7 +534,7 @@
         where a.id=#{authId}
     </select>
     <select id="getSnList" resultType="com.caimei.model.po.ProductPo">
-        select a.id as productId,a.authId1 as authId
+        select a.id as productId
         from cm_brand_auth_product a
         where a.snCode=#{sn}
     </select>