md
This commit is contained in:
parent
e5ee68bfca
commit
b1104b617b
@ -269,7 +269,7 @@ public class EmisSite extends BaseEntity
|
||||
private String updateSite;
|
||||
|
||||
|
||||
|
||||
private String logoTypeName;
|
||||
private String countryName;
|
||||
private String provinceName;
|
||||
private String cityName;
|
||||
|
||||
@ -136,7 +136,7 @@
|
||||
|
||||
<association property="parentSiteName" column="parent_site_code" select="selectSiteNameByCode"/>
|
||||
<association property="superiorFinanceCenterName" column="superior_finance_center_code" select="selectSiteNameByCode"/>
|
||||
<association property="logoType" column="logo_type" select="selectBrandNameByCode"/>
|
||||
<association property="logoTypeName" column="logo_type" select="selectBrandNameByCode"/>
|
||||
|
||||
</resultMap>
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user