1. 程式人生 > 實用技巧 >Appium一次啟動日誌註釋

Appium一次啟動日誌註釋

//cap 查詢結算銀行
totalInfoDto.setBankAccountInfos(bankAccountInfoMapper.selectBankAccountList(rootId));
//cap 查詢風險測評
totalInfoDto.setRiskEvaluationLog(riskEvaluationLogMapper.selectRiskEvaluationLog(rootId));
//cap 自然人公共資訊
totalInfoDto.setPersonInfo(personInfoMapper.selectPersonInfo(rootId));
//cap 法人公共資訊
totalInfoDto.setCompanyInfo(companyInfoMapper.selectCompanyInfo(rootId));
// cap 特法資訊
        //cap 查詢結算銀行
            totalInfoDto.setBankAccountInfos(bankAccountInfoMapper.selectBankAccountList(rootId));
            //cap 查詢風險測評
            totalInfoDto.setRiskEvaluationLog(riskEvaluationLogMapper.selectRiskEvaluationLog(rootId));
            //cap 自然人公共資訊
            totalInfoDto.setPersonInfo(personInfoMapper.selectPersonInfo(rootId));
            
//cap 法人公共資訊 totalInfoDto.setCompanyInfo(companyInfoMapper.selectCompanyInfo(rootId)); // cap 特法資訊
        //cap 查詢結算銀行
            totalInfoDto.setBankAccountInfos(bankAccountInfoMapper.selectBankAccountList(rootId));
            //cap 查詢風險測評
            totalInfoDto.setRiskEvaluationLog(riskEvaluationLogMapper.selectRiskEvaluationLog(rootId));
            
//cap 自然人公共資訊 totalInfoDto.setPersonInfo(personInfoMapper.selectPersonInfo(rootId)); //cap 法人公共資訊 totalInfoDto.setCompanyInfo(companyInfoMapper.selectCompanyInfo(rootId)); // cap 特法資訊
View Code
        //cap 查詢結算銀行
            totalInfoDto.setBankAccountInfos(bankAccountInfoMapper.selectBankAccountList(rootId));
            //cap 查詢風險測評
            totalInfoDto.setRiskEvaluationLog(riskEvaluationLogMapper.selectRiskEvaluationLog(rootId));
            //cap 自然人公共資訊
            totalInfoDto.setPersonInfo(personInfoMapper.selectPersonInfo(rootId));
            //cap 法人公共資訊
            totalInfoDto.setCompanyInfo(companyInfoMapper.selectCompanyInfo(rootId));
            // cap 特法資訊
View Code