|
|
@@ -871,10 +871,12 @@ public class TsaBusinessController extends TsaBaseController {
|
|
|
*/
|
|
|
@PostMapping("/account/check")
|
|
|
@ResponseBody
|
|
|
- public GagaMap getAccountCheck(@RequestBody CustAccount custAccount, HttpServletRequest request) {
|
|
|
+ public GagaMap getAccountCheck(@RequestBody CustAccount custAccount) {
|
|
|
custAccount.setIpAddress(TscSession.getIpAddress());
|
|
|
boolean isValid = false;
|
|
|
- log.info("characterEncoding ===> {}", request.getCharacterEncoding());
|
|
|
+
|
|
|
+ String fileEncoding = System.getProperty("file.encoding");
|
|
|
+ log.info("fileEncoding ::: {}", fileEncoding);
|
|
|
|
|
|
log.info("custAccount.getAccountNm() ::: {}", custAccount.getAccountNm());
|
|
|
log.info("custAccount.getBankCd() ::: {}",custAccount.getBankCd());
|