Commit 5dac5d41 authored by Syaifur Rohman's avatar Syaifur Rohman

Update ImportTransaksi.php

parent c87d9925
......@@ -57,7 +57,7 @@ class ImportTransaksi
$status_user = 1;
$isStudent = ImportDapodikSiswaModel::where('nisn', $nisn)
->orWhere('nipd')
->orWhere('nipd', $nipd)
// ->where('idMStatus', 1)
->first();
......
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