李宇
2021-06-23 c87738a78f57e6f68a0111d68ef3748b29dc1eda
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>