|
@@ -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>
|