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},'%')
             and  c.model_auth_code like concat('%',#{param.modelAuthCode},'%')
         </if>
         </if>
         <if test="param.snCode != null and param.snCode !=''">
         <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>
         </if>
         order by c.id desc
         order by c.id desc
     </select>
     </select>