Jay
2024-10-16 c66f3ca48216decddb32a7ad3fdde6bdfe1c055c
iailab-module-data/iailab-module-data-biz/src/main/resources/mapper/ind/IndItemValueDao.xml
@@ -14,6 +14,9 @@
                and ${whereSql}
            </if>
        </where>
        <if test="groupSql != null and groupSql != ''">
            group by ${groupSql}
        </if>
        <if test="orderBySql != null and orderBySql != ''">
            order by ${orderBySql}
        </if>