Explorar o código

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

JiangChongBo %!s(int64=2) %!d(string=hai) anos
pai
achega
beef538b71
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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>