李宇
2021-08-18 c3510da29a7974c6af7ff3de1ade3db429d6f848
src/main/java/com/nanometer/smartlab/dao/BaseMetaDao.xml
@@ -58,7 +58,7 @@
    <select id="selectBaseMeta" resultMap="BaseMeta">
      select * from  base_meta
      where
      1= 1
      valid_flag = 1
      <if test="groupId != null and groupId != ''">
       and group_id = #{groupId}
      </if>