代码备份

dev_unify
yewj 8 months ago
parent b00e14a391
commit f6b2f78d46

@ -344,7 +344,7 @@ public class IoCheckInoutService {
isTrue = true; isTrue = true;
} }
} }
if (isTrue) { if (isTrue && codeLostEntity.getId() != null) {
codeLostEntity.setCreateTime(new Date()); codeLostEntity.setCreateTime(new Date());
codeLostService.insertOrUpdate(codeLostEntity); codeLostService.insertOrUpdate(codeLostEntity);
} }

Loading…
Cancel
Save