提交 8759701c authored 作者: 杨凯's avatar 杨凯

Merge branch 'test'

# Conflicts:
#	family-doctor-server/src/main/java/com/ebaiyihui/family/doctor/server/service/impl/PatientSignServiceImpl.java
...@@ -323,7 +323,7 @@ public class PatientSignServiceImpl implements PatientSignService { ...@@ -323,7 +323,7 @@ public class PatientSignServiceImpl implements PatientSignService {
PatientSignEntity patientSign = new PatientSignEntity(); PatientSignEntity patientSign = new PatientSignEntity();
patientSign.setPatientPhone(phone); patientSign.setPatientPhone(phone);
psWrapper.setEntity(patientSign); psWrapper.setEntity(patientSign);
psWrapper.orderByDesc("createTime"); // psWrapper.orderByDesc("create_time");
// psWrapper.last("limit 1"); // psWrapper.last("limit 1");
List<PatientSignEntity> pse = patientSignMapper.selectList(psWrapper); List<PatientSignEntity> pse = patientSignMapper.selectList(psWrapper);
return pse; return pse;
......
...@@ -188,6 +188,7 @@ public class SignedTask { ...@@ -188,6 +188,7 @@ public class SignedTask {
} }
@Scheduled(cron = "0 0 1 * * ?") @Scheduled(cron = "0 0 1 * * ?")
// @Scheduled(cron = "0 */2 * * * ?")
public void orderInvalidation() { public void orderInvalidation() {
log.info("开始进行权益信息处理..."); log.info("开始进行权益信息处理...");
List<MobileBenefitPackageEntity> mobileBenefitPackageEntities = mobileBenefitPackageMapper.queryMaxOneList(); List<MobileBenefitPackageEntity> mobileBenefitPackageEntities = mobileBenefitPackageMapper.queryMaxOneList();
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论