|
@@ -62,7 +62,7 @@ public class TransferFacade {
|
|
|
if (RespDTOUtil.respIsOK(sysSetInfoListRes)) {
|
|
|
List<SysSetInfoDTO> sysSetInfoList = sysSetInfoListRes.data;
|
|
|
if (ListUtil.isNotEmpty(sysSetInfoList)) {
|
|
|
- if (sysSetInfoList.get(0).getValue().equals(1)) {
|
|
|
+ if (sysSetInfoList.get(0).getValue().equals("1")) {
|
|
|
isConnect = true;
|
|
|
} else {
|
|
|
isConnect = false;
|