|
|
|
@ -71,10 +71,10 @@ |
|
|
|
<resultMap id="EpdcIndexPanelResultDTOMap" type="com.elink.esua.epdc.dto.epdc.result.EpdcAppIndexPanelResultDTO"> |
|
|
|
<id column="mainLable" property="mainLable"/> |
|
|
|
<association property="templateInfo" javaType="com.elink.esua.epdc.dto.epdc.result.EpdcAppTemplateInfoResultDTO" > |
|
|
|
<result column="gradationFlag" property="gradationFlag"/> |
|
|
|
<result column="columnAmount" property="columnAmount"/> |
|
|
|
<result column="backgroundColor" property="backgroundColor"/> |
|
|
|
<result column="startColor" property="startColor"/> |
|
|
|
<result column="endColor" property="endColor"/> |
|
|
|
<result column="className" property="className"/> |
|
|
|
<result column="spareClassName" property="spareClassName"/> |
|
|
|
<result column="lableColor" property="lableColor"/> |
|
|
|
<result column="templateCode" property="templateCode"/> |
|
|
|
</association> |
|
|
|
@ -89,10 +89,10 @@ |
|
|
|
<select id="indexPanelByMobile" resultMap="EpdcIndexPanelResultDTOMap"> |
|
|
|
SELECT |
|
|
|
lp.field_value AS mainLable, |
|
|
|
t.GRADATION_FLAG AS gradationFlag, |
|
|
|
t.COLUMN_AMOUNT AS columnAmount, |
|
|
|
t.BACKGROUND_COLOR AS backgroundColor, |
|
|
|
t.START_COLOR AS startColor, |
|
|
|
t.END_COLOR AS endColor, |
|
|
|
t.CLASS_NAME AS className, |
|
|
|
t.SPARE_CLASS_NAME AS spareClassName, |
|
|
|
t.LABLE_COLOR AS lableColor, |
|
|
|
t.TEMPLATE_CODE AS templateCode, |
|
|
|
lc.field_value AS lable, |
|
|
|
|