|
@ -38,6 +38,7 @@ |
|
|
<collection property="detailList" ofType="com.epmet.resi.partymember.dto.partymember.result.AegetableResultDTO$AegetableResultClildDTO"> |
|
|
<collection property="detailList" ofType="com.epmet.resi.partymember.dto.partymember.result.AegetableResultDTO$AegetableResultClildDTO"> |
|
|
<result property="placeOrgName" column="PLACE_ORG_NAME"/> |
|
|
<result property="placeOrgName" column="PLACE_ORG_NAME"/> |
|
|
<result property="output" column="OUTPUT"/> |
|
|
<result property="output" column="OUTPUT"/> |
|
|
|
|
|
<result property="area" column="AREA"/> |
|
|
<result property="growTime" column="GROW_TIME"/> |
|
|
<result property="growTime" column="GROW_TIME"/> |
|
|
<result property="marketTime" column="MARKET_TIME"/> |
|
|
<result property="marketTime" column="MARKET_TIME"/> |
|
|
</collection> |
|
|
</collection> |
|
@ -49,7 +50,8 @@ |
|
|
o2.PLACE_ORG_NAME, |
|
|
o2.PLACE_ORG_NAME, |
|
|
o2.GROW_TIME, |
|
|
o2.GROW_TIME, |
|
|
o2.MARKET_TIME, |
|
|
o2.MARKET_TIME, |
|
|
o2.OUTPUT |
|
|
o2.OUTPUT, |
|
|
|
|
|
o2.AREA |
|
|
FROM |
|
|
FROM |
|
|
screen_enterprise_output o1 |
|
|
screen_enterprise_output o1 |
|
|
LEFT JOIN screen_enterprise_output o2 ON o1.VEGETABLE_CATEGORY = o2.VEGETABLE_CATEGORY |
|
|
LEFT JOIN screen_enterprise_output o2 ON o1.VEGETABLE_CATEGORY = o2.VEGETABLE_CATEGORY |
|
|