|
|
|
@ -2402,6 +2402,7 @@ |
|
|
|
<result property="evaluationContent" column="EVALUATION_CONTENT"/> |
|
|
|
<result property="evaluationTime" column="EVALUATION_TIME"/> |
|
|
|
<result property="categoryFullCode" column="CATEGORY_FULL_CODE"/> |
|
|
|
<result property="evaluationState" column="EVALUATION_STATE" /> |
|
|
|
<result property="solutionInfoName" column="solutionInfoName"/> |
|
|
|
<collection property="images" ofType="java.lang.String"> |
|
|
|
<result property="image" column="IMG_URL"/> |
|
|
|
@ -2421,6 +2422,7 @@ |
|
|
|
item.ISSUE_ADDRESS, |
|
|
|
item.ISSUE_LATITUDE, |
|
|
|
item.ISSUE_LONGITUDE, |
|
|
|
item.EVALUATION_STATE, |
|
|
|
item.USER_FACE, |
|
|
|
item.GRID_ID, |
|
|
|
item.CATEGORY_FULL_NAME as CATEGORY_NAME, |
|
|
|
|