Ver código fonte

投资效益系统-字典表添加系统类型

LHB 3 meses atrás
pai
commit
5f91cc7b62

+ 1 - 1
src/main/java/org/springblade/modules/system/mapper/DictBizMapper.xml

@@ -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>

+ 0 - 1
src/main/java/org/springblade/modules/system/pojo/entity/DictBiz.java

@@ -117,7 +117,6 @@ public class DictBiz implements Serializable {
 	/**
 	 * 系统类型:2-投资效益系统
 	 */
-	@TableLogic
 	@Schema(description = "系统类型:2-投资效益系统")
 	private Integer systemType;