lyhzzz 7 月之前
父节点
当前提交
1cafd302d4
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/main/resources/mapper/manage/AuthorizeCameraMapper.xml

+ 1 - 1
src/main/resources/mapper/manage/AuthorizeCameraMapper.xml

@@ -29,7 +29,7 @@
             and  c.model_auth_code like concat('%',#{param.modelAuthCode},'%')
         </if>
         <if test="param.snCode != null and param.snCode !=''">
-            and d.sn_code like concat('%',#{param.snCodes},'%')
+            and d.sn_code like concat('%',#{param.snCode},'%')
         </if>
         order by c.id desc
     </select>