Commit cddfb101 authored by zhangsen's avatar zhangsen

巡检模块代码物理合并6

parent 60555568
...@@ -830,7 +830,7 @@ ...@@ -830,7 +830,7 @@
<select id="getCountMonthChkNewXIN" resultType="java.util.HashMap"> <select id="getCountMonthChkNewXIN" resultType="java.util.HashMap">
SELECT SELECT
T_DATE.checkDate, t_date.checkDate,
( (
SELECT SELECT
count( 1 ) count( 1 )
......
...@@ -584,6 +584,7 @@ ...@@ -584,6 +584,7 @@
p. NAME, p. NAME,
p.id, p.id,
p.point_no, p.point_no,
p.point_no nonum ,
CASE p. LEVEL CASE p. LEVEL
WHEN '1' THEN WHEN '1' THEN
'一级' '一级'
...@@ -636,6 +637,7 @@ ...@@ -636,6 +637,7 @@
<resultMap id="checkPtListResultMap" type="com.yeejoin.amos.patrol.business.entity.mybatis.CheckPtListBo"> <resultMap id="checkPtListResultMap" type="com.yeejoin.amos.patrol.business.entity.mybatis.CheckPtListBo">
<result property="pointID" column="id" /> <result property="pointID" column="id" />
<result property="no" column="point_no" /> <result property="no" column="point_no" />
<result property="nonum" column="nonum" />
<result property="realTimeStatus" column="status" /> <result property="realTimeStatus" column="status" />
<result property="groupName" column="department_name" /> <result property="groupName" column="department_name" />
<result property="realName" column="userName" /> <result property="realName" column="userName" />
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment