lyhzzz 2 년 전
부모
커밋
5a15a82bc9
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/main/resources/mapper/manage/CameraMapper.xml

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

@@ -41,7 +41,7 @@
     </select>
     <select id="getByOutSnCodes" resultType="com.fdkankan.manage.entity.Camera">
         select * from t_camera c left join t_camera_detail d on c.id = d.camera_id
-        where  c.rec_stauts = 'A' and  d.own is not null and c.sn_code in
+        where  c.rec_status = 'A' and  d.own is not null and c.sn_code in
         <foreach collection="snCodeList" item="snCode" open="(" separator="," close=")">
             #{snCode}
         </foreach>