this is 3.29 update
This commit is contained in:
parent
4259afc4e8
commit
ddf0bbb6ff
|
@ -73,7 +73,7 @@ public class GoodServiceImpl extends ServiceImpl<GoodMapper, Good> implements Go
|
|||
if (!isServiceGood){
|
||||
isGoodType = 1;
|
||||
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(isGoodType), "isGoodType", isGoodType);
|
||||
|
|
|
@ -94,8 +94,8 @@ mybatis-plus:
|
|||
mapper-locations: classpath:mapper/*.xml
|
||||
configuration:
|
||||
map-underscore-to-camel-case: false
|
||||
log-impl: org.apache.ibatis.logging.nologging.NoLoggingImpl
|
||||
# log-impl: org.apache.ibatis.logging.stdout.StdOutImpl
|
||||
# log-impl: org.apache.ibatis.logging.nologging.NoLoggingImpl
|
||||
log-impl: org.apache.ibatis.logging.stdout.StdOutImpl
|
||||
global-config:
|
||||
db-config:
|
||||
logic-delete-field: isDelete #全局逻辑删除的实体字段名
|
||||
|
|
BIN
src/main/resources/lib/2020idea-mybatis_log_plugin.jar
Normal file
BIN
src/main/resources/lib/2020idea-mybatis_log_plugin.jar
Normal file
Binary file not shown.
Loading…
Reference in New Issue
Block a user