this is 3.29 update

This commit is contained in:
chen-xin-zhi 2025-03-29 17:50:36 +08:00
parent 4259afc4e8
commit ddf0bbb6ff
3 changed files with 3 additions and 3 deletions

View File

@ -73,7 +73,7 @@ public class GoodServiceImpl extends ServiceImpl<GoodMapper, Good> implements Go
if (!isServiceGood){ if (!isServiceGood){
isGoodType = 1; isGoodType = 1;
queryWrapper.like(StringUtils.isNotBlank(type), "type", type); queryWrapper.like(StringUtils.isNotBlank(type), "type", type);
queryWrapper.eq(StringUtils.isNotBlank(festivalName), "festivalOrder", festivalName); queryWrapper.eq(StringUtils.isNotBlank(festivalName), "festivalName", festivalName);
} }
queryWrapper.eq(ObjectUtils.isNotEmpty(isShelves), "isShelves", isShelves); queryWrapper.eq(ObjectUtils.isNotEmpty(isShelves), "isShelves", isShelves);
queryWrapper.eq(ObjectUtils.isNotEmpty(isGoodType), "isGoodType", isGoodType); queryWrapper.eq(ObjectUtils.isNotEmpty(isGoodType), "isGoodType", isGoodType);

View File

@ -94,8 +94,8 @@ mybatis-plus:
mapper-locations: classpath:mapper/*.xml mapper-locations: classpath:mapper/*.xml
configuration: configuration:
map-underscore-to-camel-case: false map-underscore-to-camel-case: false
log-impl: org.apache.ibatis.logging.nologging.NoLoggingImpl # log-impl: org.apache.ibatis.logging.nologging.NoLoggingImpl
# log-impl: org.apache.ibatis.logging.stdout.StdOutImpl log-impl: org.apache.ibatis.logging.stdout.StdOutImpl
global-config: global-config:
db-config: db-config:
logic-delete-field: isDelete #全局逻辑删除的实体字段名 logic-delete-field: isDelete #全局逻辑删除的实体字段名

Binary file not shown.