src/main/java/com/nanometer/smartlab/dao/SysLaboratoryContainerDao.xml
@@ -213,4 +213,11 @@
  and slc.valid_flag = 1
  </select>
    <select id="selectProjectsByContainerCode" resultType="java.lang.String">
        select project
        from sys_laboratory_container
        where container_code = #{0}
        and valid_flag = 1
    </select>
</mapper>