@@ -44,7 +44,7 @@
and parent_id > 0
and is_sealed = 0
and is_deleted = 0
- <if test="param2 != null">
+ <if test="type != null">
and type = #{type}
</if>
</select>
@@ -117,7 +117,6 @@ public class DictBiz implements Serializable {
/**
* 系统类型:2-投资效益系统
*/
- @TableLogic
@Schema(description = "系统类型:2-投资效益系统")
private Integer systemType;