| | |
| | | public static final String AgentJid = "agent_jid"; |
| | | public static final String WorkgroupJid = "workgroup_jid"; |
| | | public static final String ClientNumber = "client_number"; |
| | | public static final String ClientPwd = "client_pwd"; |
| | | public static final String ClientPd = "client_pwd"; |
| | | public static final String TenantName = "tenant_name"; |
| | | public static final String Lv = "lv"; |
| | | public static final String SupplierId = "supplier_Id"; |
| | |
| | | ib.set(AgentJid, this.getAgentJid(), this.isset_agentJid); |
| | | ib.set(WorkgroupJid, this.getWorkgroupJid(), this.isset_workgroupJid); |
| | | ib.set(ClientNumber, this.getClientNumber(), this.isset_clientNumber); |
| | | ib.set(ClientPwd, this.getClientPwd(), this.isset_clientPwd); |
| | | ib.set(ClientPd, this.getClientPwd(), this.isset_clientPwd); |
| | | return ib.genMapSql(); |
| | | } |
| | | |
| | |
| | | ub.set(AgentJid, this.getAgentJid(), this.isset_agentJid); |
| | | ub.set(WorkgroupJid, this.getWorkgroupJid(), this.isset_workgroupJid); |
| | | ub.set(ClientNumber, this.getClientNumber(), this.isset_clientNumber); |
| | | ub.set(ClientPwd, this.getClientPwd(), this.isset_clientPwd); |
| | | ub.set(ClientPd, this.getClientPwd(), this.isset_clientPwd); |
| | | ub.where(this.getPkName_(), this.getPkValue_()); |
| | | return ub.genMapSql(); |
| | | } |
| | |
| | | ub.set(AgentJid, this.getAgentJid(), this.isset_agentJid); |
| | | ub.set(WorkgroupJid, this.getWorkgroupJid(), this.isset_workgroupJid); |
| | | ub.set(ClientNumber, this.getClientNumber(), this.isset_clientNumber); |
| | | ub.set(ClientPwd, this.getClientPwd(), this.isset_clientPwd); |
| | | ub.set(ClientPd, this.getClientPwd(), this.isset_clientPwd); |
| | | return ub.genMapSql(where, parameters); |
| | | } |
| | | |
| | |
| | | ub.set(AgentJid, this.getAgentJid(), this.isset_agentJid); |
| | | ub.set(WorkgroupJid, this.getWorkgroupJid(), this.isset_workgroupJid); |
| | | ub.set(ClientNumber, this.getClientNumber(), this.isset_clientNumber); |
| | | ub.set(ClientPwd, this.getClientPwd(), this.isset_clientPwd); |
| | | ub.set(ClientPd, this.getClientPwd(), this.isset_clientPwd); |
| | | return ub.genArraySql(where, parameters); |
| | | } |
| | | |
| | |
| | | if (columnIndex > 0) { |
| | | fin_sys_tenant_user.setClientNumber(rs.getString(columnIndex)); |
| | | } |
| | | columnIndex = resultSetUtils.findColumn(rs, FinSysTenantUser_mapper.ClientPwd); |
| | | columnIndex = resultSetUtils.findColumn(rs, FinSysTenantUser_mapper.ClientPd); |
| | | if (columnIndex > 0) { |
| | | fin_sys_tenant_user.setClientPwd(rs.getString(columnIndex)); |
| | | } |