潘志宝
2024-12-24 140065f50679c04ea873db3f6c958358b8dd8ddc
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>