|
|
@@ -227,7 +227,7 @@ public class GEServiceImpl implements GEService {
|
|
|
"where as_id = ?",id);
|
|
|
while (rs.next()) {
|
|
|
//ASN
|
|
|
- aAsnDTO.setTransactionId(rs.getGeneralString("as_transid"));
|
|
|
+ aAsnDTO.setTransId(rs.getGeneralString("as_transid"));
|
|
|
aAsnDTO.setSenderQualifier("ZZ");
|
|
|
aAsnDTO.setSenderId("WOLIDSHINE");
|
|
|
aAsnDTO.setReceiverQualifier("ZZ");
|