潘志宝
2024-10-15 856d69ce678173e0a8e165bcb0135037d20b48ee
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>