zss
2023-09-04 e4aed6ad69c6b4b55d6d043f3706967439e2500d
base-server/src/main/resources/mapper/DeviceMapper.xml
@@ -48,6 +48,14 @@
        where state = 1
          and device_status in (1, 5)
    </select>
    <!--原材料检验-选择设备-->
    <select id="chooseDevice" resultType="java.util.Map">
        select id, name
        from mom_ocean.device
        where state = 1
          and device_status in (1, 5)
    </select>
    <!--批量删除-->
    <update id="delAllDevice">
        update mom_ocean.device