gdg
2021-02-03 94e89a3391c7f28d9002fbcc0cafdbf6d05d7e73
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>