mirror of
https://gitee.com/y_project/RuoYi-Cloud.git
synced 2026-01-26 03:44:57 +08:00
2024-09-24 生产配置
This commit is contained in:
@@ -134,7 +134,7 @@ public class CustomerApplyLogServiceImpl extends ServiceImpl<CustomerApplyLogMap
|
|||||||
Long aLong = customerApplyLogMapper.selectCount(
|
Long aLong = customerApplyLogMapper.selectCount(
|
||||||
new LambdaQueryWrapper<CustomerApplyLog>()
|
new LambdaQueryWrapper<CustomerApplyLog>()
|
||||||
.isNotNull(CustomerApplyLog::getMerchantId)
|
.isNotNull(CustomerApplyLog::getMerchantId)
|
||||||
.eq(CustomerApplyLog::getOrderStatus, 0)
|
.eq(CustomerApplyLog::getOrderStatus, 20)
|
||||||
.ge(CustomerApplyLog::getCreateTime, LocalDateTimeUtils.getDateFromLocalDateTime(LocalDateTimeUtils.getTodayStartTime()))
|
.ge(CustomerApplyLog::getCreateTime, LocalDateTimeUtils.getDateFromLocalDateTime(LocalDateTimeUtils.getTodayStartTime()))
|
||||||
.le(CustomerApplyLog::getCreateTime, LocalDateTimeUtils.getDateFromLocalDateTime(LocalDateTimeUtils.getTodayEndTime())));
|
.le(CustomerApplyLog::getCreateTime, LocalDateTimeUtils.getDateFromLocalDateTime(LocalDateTimeUtils.getTodayEndTime())));
|
||||||
return R.ok(aLong>0);
|
return R.ok(aLong>0);
|
||||||
|
|||||||
Reference in New Issue
Block a user