| | |
| | | <id property="images" column="images" /> |
| | | <id property="video" column="video" /> |
| | | <id property="isTimeout" column="is_timeout" /> |
| | | <id property="submitType" column="submit_type" /> |
| | | </resultMap> |
| | | |
| | | <sql id="selectGuideRepairOrderVo"> |
| | |
| | | id, |
| | | order_num, |
| | | matter_id, |
| | | submit_type, |
| | | matter_name, |
| | | (select organization_name from automessage_organization_chart where a.department_id=id)organizationName, |
| | | concat( |
| | |
| | | </if> |
| | | </where> |
| | | </select> |
| | | |
| | | <!-- 首页统计 勿动 --> |
| | | <select id="countListNum" resultType="com.dg.core.db.gen.entity.CountListNum"> |
| | | select create_time,count(id) as num from automessage_guide_repair_order |
| | | <where> |