Commit 06264d3f by 徐高华

删除临时活码

parent 23b45874
...@@ -52,6 +52,7 @@ public class HmQrcodeTempServiceImpl implements HmQrcodeTempService { ...@@ -52,6 +52,7 @@ public class HmQrcodeTempServiceImpl implements HmQrcodeTempService {
@Override @Override
public void deleteForTimer() { public void deleteForTimer() {
log.info("删除临时活码定时开始");
List<TabHmQrcodeTemp> list = this.hmQrcodeTempMapper.listAll(); List<TabHmQrcodeTemp> list = this.hmQrcodeTempMapper.listAll();
if (CollectionUtils.isEmpty(list)) { if (CollectionUtils.isEmpty(list)) {
for (TabHmQrcodeTemp item : list) { for (TabHmQrcodeTemp item : list) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment