| | |
| | | public static final String Classification = "classification"; |
| | | public static final String States = "states"; |
| | | public static final String CategoryId = "category_id"; |
| | | public static final String Unit = "unit"; |
| | | public static final String FAgencyId = "f_agency_id"; |
| | | public static final String SAgencyId = "s_agency_id"; |
| | | public static final String TAgencyId = "t_agency_id"; |
| | |
| | | public static final String AgencyId = "agency_id"; |
| | | public static final String AgencyName = "agency_name"; |
| | | public static final String CreateDate = "create_date"; |
| | | public static final String Type = "type"; |
| | | |
| | | /** |
| | | * 默认构造函数 |
| | |
| | | if (baseGoodsTemplate.isset_categoryId) { |
| | | this.setCategoryId(baseGoodsTemplate.getCategoryId()); |
| | | } |
| | | if (baseGoodsTemplate.isset_unit) { |
| | | this.setUnit(baseGoodsTemplate.getUnit()); |
| | | } |
| | | if (baseGoodsTemplate.isset_fAgencyId) { |
| | | this.setFAgencyId(baseGoodsTemplate.getFAgencyId()); |
| | | } |
| | |
| | | } |
| | | if (baseGoodsTemplate.isset_createDate) { |
| | | this.setCreateDate(baseGoodsTemplate.getCreateDate()); |
| | | } |
| | | if (baseGoodsTemplate.isset_type) { |
| | | this.setType(baseGoodsTemplate.getType()); |
| | | } |
| | | // 去掉,2022-09-07 |
| | | // this.setDatabaseName_(base_goods_template.getDatabaseName_()); |
| | |
| | | ib.set(Classification, this.getClassification(), this.isset_classification); |
| | | ib.set(States, this.getStates(), this.isset_states); |
| | | ib.set(CategoryId, this.getCategoryId(), this.isset_categoryId); |
| | | ib.set(Unit, this.getUnit(), this.isset_unit); |
| | | ib.set(FAgencyId, this.getFAgencyId(), this.isset_fAgencyId); |
| | | ib.set(SAgencyId, this.getSAgencyId(), this.isset_sAgencyId); |
| | | ib.set(TAgencyId, this.getTAgencyId(), this.isset_tAgencyId); |
| | |
| | | ib.set(AgencyId, this.getAgencyId(), this.isset_agencyId); |
| | | ib.set(AgencyName, this.getAgencyName(), this.isset_agencyName); |
| | | ib.set(CreateDate, this.getCreateDate(), this.isset_createDate); |
| | | ib.set(Type, this.getType(), this.isset_type); |
| | | return ib.genMapSql(); |
| | | } |
| | | |
| | |
| | | ub.set(Classification, this.getClassification(), this.isset_classification); |
| | | ub.set(States, this.getStates(), this.isset_states); |
| | | ub.set(CategoryId, this.getCategoryId(), this.isset_categoryId); |
| | | ub.set(Unit, this.getUnit(), this.isset_unit); |
| | | ub.set(FAgencyId, this.getFAgencyId(), this.isset_fAgencyId); |
| | | ub.set(SAgencyId, this.getSAgencyId(), this.isset_sAgencyId); |
| | | ub.set(TAgencyId, this.getTAgencyId(), this.isset_tAgencyId); |
| | |
| | | ub.set(AgencyId, this.getAgencyId(), this.isset_agencyId); |
| | | ub.set(AgencyName, this.getAgencyName(), this.isset_agencyName); |
| | | ub.set(CreateDate, this.getCreateDate(), this.isset_createDate); |
| | | ub.set(Type, this.getType(), this.isset_type); |
| | | ub.where(this.getPkName_(), this.getPkValue_()); |
| | | return ub.genMapSql(); |
| | | } |
| | |
| | | ub.set(Classification, this.getClassification(), this.isset_classification); |
| | | ub.set(States, this.getStates(), this.isset_states); |
| | | ub.set(CategoryId, this.getCategoryId(), this.isset_categoryId); |
| | | ub.set(Unit, this.getUnit(), this.isset_unit); |
| | | ub.set(FAgencyId, this.getFAgencyId(), this.isset_fAgencyId); |
| | | ub.set(SAgencyId, this.getSAgencyId(), this.isset_sAgencyId); |
| | | ub.set(TAgencyId, this.getTAgencyId(), this.isset_tAgencyId); |
| | |
| | | ub.set(AgencyId, this.getAgencyId(), this.isset_agencyId); |
| | | ub.set(AgencyName, this.getAgencyName(), this.isset_agencyName); |
| | | ub.set(CreateDate, this.getCreateDate(), this.isset_createDate); |
| | | ub.set(Type, this.getType(), this.isset_type); |
| | | return ub.genMapSql(where, parameters); |
| | | } |
| | | |
| | |
| | | ub.set(Classification, this.getClassification(), this.isset_classification); |
| | | ub.set(States, this.getStates(), this.isset_states); |
| | | ub.set(CategoryId, this.getCategoryId(), this.isset_categoryId); |
| | | ub.set(Unit, this.getUnit(), this.isset_unit); |
| | | ub.set(FAgencyId, this.getFAgencyId(), this.isset_fAgencyId); |
| | | ub.set(SAgencyId, this.getSAgencyId(), this.isset_sAgencyId); |
| | | ub.set(TAgencyId, this.getTAgencyId(), this.isset_tAgencyId); |
| | |
| | | ub.set(AgencyId, this.getAgencyId(), this.isset_agencyId); |
| | | ub.set(AgencyName, this.getAgencyName(), this.isset_agencyName); |
| | | ub.set(CreateDate, this.getCreateDate(), this.isset_createDate); |
| | | ub.set(Type, this.getType(), this.isset_type); |
| | | return ub.genArraySql(where, parameters); |
| | | } |
| | | |
| | |
| | | */ |
| | | @Override |
| | | public SqlAndParameters<Map<String, Object>> getSelectSql_(String where, Map<String, Object> parameters) { |
| | | return new SqlAndParameters<>("select id, goods_code, goods_name, classification, states, category_id, unit, f_agency_id, s_agency_id, t_agency_id, parent_agency_id, agency_level, agency_id, agency_name, create_date from " + this.getTableName_() + " " + where, parameters); |
| | | return new SqlAndParameters<>("select id, goods_code, goods_name, classification, states, category_id, f_agency_id, s_agency_id, t_agency_id, parent_agency_id, agency_level, agency_id, agency_name, create_date, type from " + this.getTableName_() + " " + where, parameters); |
| | | } |
| | | |
| | | /** |
| | |
| | | */ |
| | | @Override |
| | | public SqlAndParameters<Object[]> getSelectSql_(String where, Object[] parameters) { |
| | | return new SqlAndParameters<>("select id, goods_code, goods_name, classification, states, category_id, unit, f_agency_id, s_agency_id, t_agency_id, parent_agency_id, agency_level, agency_id, agency_name, create_date from " + this.getTableName_() + " " + where, parameters); |
| | | return new SqlAndParameters<>("select id, goods_code, goods_name, classification, states, category_id, f_agency_id, s_agency_id, t_agency_id, parent_agency_id, agency_level, agency_id, agency_name, create_date, type from " + this.getTableName_() + " " + where, parameters); |
| | | } |
| | | |
| | | /** |
| | |
| | | } |
| | | columnIndex = resultSetUtils.findColumn(rs, BaseGoodsTemplate_mapper.Classification); |
| | | if (columnIndex > 0) { |
| | | if (rs.getBigDecimal(columnIndex) == null) { |
| | | base_goods_template.setClassification(null); |
| | | } else { |
| | | base_goods_template.setClassification(rs.getInt(columnIndex)); |
| | | } |
| | | base_goods_template.setClassification(rs.getString(columnIndex)); |
| | | } |
| | | columnIndex = resultSetUtils.findColumn(rs, BaseGoodsTemplate_mapper.States); |
| | | if (columnIndex > 0) { |
| | |
| | | } else { |
| | | base_goods_template.setCategoryId(rs.getLong(columnIndex)); |
| | | } |
| | | } |
| | | columnIndex = resultSetUtils.findColumn(rs, BaseGoodsTemplate_mapper.Unit); |
| | | if (columnIndex > 0) { |
| | | base_goods_template.setUnit(rs.getString(columnIndex)); |
| | | } |
| | | columnIndex = resultSetUtils.findColumn(rs, BaseGoodsTemplate_mapper.FAgencyId); |
| | | if (columnIndex > 0) { |
| | |
| | | base_goods_template.setCreateDate(rs.getLong(columnIndex)); |
| | | } |
| | | } |
| | | columnIndex = resultSetUtils.findColumn(rs, BaseGoodsTemplate_mapper.Type); |
| | | if (columnIndex > 0) { |
| | | if (rs.getBigDecimal(columnIndex) == null) { |
| | | base_goods_template.setType(null); |
| | | } else { |
| | | base_goods_template.setType(rs.getInt(columnIndex)); |
| | | } |
| | | } |
| | | return base_goods_template; |
| | | } |
| | | } |