|
|
|
@ -698,6 +698,8 @@ |
|
|
|
<result property="handlerDeptId" column="HANDLER_DEPT_ID" /> |
|
|
|
<result property="handlerDept" column="HANDLER_DEPT" /> |
|
|
|
<result property="closeCheckId" column="CLOSE_CHECK_ID" /> |
|
|
|
<result property="categoryCode" column="category_code" /> |
|
|
|
<result property="firstCategoryCode" column="first_category_code" /> |
|
|
|
<result property="duration" column="DURATION"/> |
|
|
|
<collection property="images" ofType="java.lang.String"> |
|
|
|
<result property="image" column="IMG_URL"/> |
|
|
|
@ -717,6 +719,8 @@ |
|
|
|
item.GRID_ID, |
|
|
|
item.HANDLE_PEOPLE_NAME, |
|
|
|
item.HANDLE_PEOPLE_MOBILE, |
|
|
|
item.category_code, |
|
|
|
item.first_category_code, |
|
|
|
eve.APPROVE_NUM, |
|
|
|
eve.OPPOSE_NUM, |
|
|
|
eve.COMMENT_NUM, |
|
|
|
|