|
|
@ -303,7 +303,7 @@ func (impl *SerialOrderServiceImplement) ExtractEOL(session *xorm.Session, user |
|
|
|
if !ok { |
|
|
|
return false, "未获取到有效电检数据", recordT, nil |
|
|
|
} |
|
|
|
checkTime = checkTime.In(time.UTC) |
|
|
|
//checkTime = checkTime.In(time.UTC)
|
|
|
|
if result == "PASS" { |
|
|
|
return true, "电检合格", checkTime, nil |
|
|
|
} else { |
|
|
|