safecheck-client 3.0.34-73 → 3.0.34-75

Sign up to get free protection for your applications and to get access to all the features.
@@ -644,6 +644,7 @@ export default {
644
644
  //args.condition += " and ( f_last_check_date > '"+ args.model.f_check_end + " 23:59:00' or f_last_check_date < '"+ args.model.f_check_start + " 00:00:00' or f_last_check_date is null)"
645
645
  } else if(this.SafeCheckXZ == '未入户') {
646
646
  args.condition += " and r < 1"
647
+ args.condition += " and r > 0 and f_last_check_state != '入户'"
647
648
  con1 += ` and f_offsite_time > '${args.model.f_check_start}' and f_offsite_time < '${args.model.f_check_end}'`
648
649
  con2 += ` and f_offsite_time > '${args.model.f_check_start}' and f_offsite_time < '${args.model.f_check_end}'`
649
650
  if(args.model.f_check_state=='到访不遇'){