李宇
2021-01-21 9c9503de4fb1e1b0127f83c8b2b0f645c6ab9e9c
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>