@ -3285,7 +3285,7 @@ string swcn = "2020030084935", string swpw = "8a5889ea8e53b257e2a3ba053979ee64"
var opseaiheadList = MsOpSeaiDAL . GetDataAll ( " ((isnull(MBLNO,'')<>'' and MBLNO='" + MBLNO + "' ) or (isnull(CUSTOMNO,'')<>'' and CUSTOMNO='" + CUSTOMNO + "') )" ) ;
//if (!string.IsNullOrEmpty(opseaihead.CUSTNO) && !opseaihead.BSSTATUS) updateseai = true;
var opseaihead = new MsOpSeai ( ) ;
if ( opseaiheadList = = null | | ( opseaiheadList ! = null & & opseaiheadList . Count > 1 ) )
if ( opseaiheadList = = null | | opseaiheadList . Count = = 0 | | ( opseaiheadList ! = null & & opseaiheadList . Count > 1 ) )
{
updateseai = false ;
}