|
@ -16,6 +16,8 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" |
|
|
<result column="create_dept" property="createDept" /> |
|
|
<result column="create_dept" property="createDept" /> |
|
|
<result column="dept_name" property="deptName" /> |
|
|
<result column="dept_name" property="deptName" /> |
|
|
<result column="status" property="status" /> |
|
|
<result column="status" property="status" /> |
|
|
|
|
|
<result column="polygon_region" property="polygonRegion" /> |
|
|
|
|
|
<result column="verbal_trick" property="verbalTrick" /> |
|
|
</resultMap> |
|
|
</resultMap> |
|
|
<select id="distance" resultType="java.lang.Integer"> |
|
|
<select id="distance" resultType="java.lang.Integer"> |
|
|
SELECT device_id, |
|
|
SELECT device_id, |
|
@ -30,7 +32,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" |
|
|
|
|
|
|
|
|
</select> |
|
|
</select> |
|
|
<select id="queryPageList" resultMap="businessTaskMap"> |
|
|
<select id="queryPageList" resultMap="businessTaskMap"> |
|
|
select id, task_type, expect_time, demand, complete_time, status ,create_by ,nick_name, create_dept, dept_name |
|
|
select id, task_type,polygon_region ,verbal_trick,expect_time, demand, complete_time, status ,create_by ,nick_name, create_dept, dept_name |
|
|
from business_task t |
|
|
from business_task t |
|
|
<where> |
|
|
<where> |
|
|
<if test="bo.taskType != null and bo.taskType != ''"> |
|
|
<if test="bo.taskType != null and bo.taskType != ''"> |
|
|