src/main/java/com/nanometer/smartlab/dao/OpeUseFlowDao.xml
@@ -85,6 +85,10 @@ <if test="endDate != null and endDate !=''"> and oa.create_time <= #{endDate} </if> <if test="containerCode != null and containerCode !=''"> and wc.container_code = #{containerCode} or lc.container_code =#{containerCode} </if> </sql> <sql id="queryColumns">