Wong Error Code For GL-GL API and sgtMfgyear not storing in DB fixed

FMFI-PRE-PRODUCTION-2026
Wasiullah Khan Jadoon 3 hours ago
parent 889583b600
commit 7c64d1b5dc

@ -31,6 +31,7 @@ public class GLtoGLRequest {
private String sgtVehiclenumber;
private String sgtWalkingcustname;
private String sgtWalkingcustnumber;
private String sgtMfgyear;
}
@Data

@ -66,7 +66,7 @@ public class TransactionService {
}
if (!creditAmount.equals(debitAmount)) {
throw new MismatchTransactionAmtException(accountGLTransactionRequest.getPorOrgacode());
throw new TransactionAmountException(accountGLTransactionRequest.getPorOrgacode());
}
String porOrgacode = accountGLTransactionRequest.getPorOrgacode();

Loading…
Cancel
Save