|
@@ -2145,7 +2145,7 @@ where bb.StuNo not in (select b.StuNo from StuInfoBasic b where b.StuNo=bb.StuNo |
|
|
{ |
|
|
{ |
|
|
try |
|
|
try |
|
|
{ |
|
|
{ |
|
|
var stufresh = BaseRepository("CollegeMIS").FindEntity<StuInfoFreshEntity>("select * from StuInfoFresh where IdentityCardNo='" + identityCardNo + "'"); |
|
|
|
|
|
|
|
|
var stufresh = BaseRepository("CollegeMIS").FindEntity<StuInfoFreshEntity>("select * from StuInfoFresh where IdentityCardNo='" + identityCardNo + "'",null); |
|
|
if (stufresh != null) |
|
|
if (stufresh != null) |
|
|
{ |
|
|
{ |
|
|
stufresh.PhotoCheckStatus = photoCheckStatus; |
|
|
stufresh.PhotoCheckStatus = photoCheckStatus; |
|
|