Commit cddfb101 authored by zhangsen's avatar zhangsen

巡检模块代码物理合并6

parent 60555568
......@@ -830,7 +830,7 @@
<select id="getCountMonthChkNewXIN" resultType="java.util.HashMap">
SELECT
T_DATE.checkDate,
t_date.checkDate,
(
SELECT
count( 1 )
......
......@@ -584,6 +584,7 @@
p. NAME,
p.id,
p.point_no,
p.point_no nonum ,
CASE p. LEVEL
WHEN '1' THEN
'一级'
......@@ -636,6 +637,7 @@
<resultMap id="checkPtListResultMap" type="com.yeejoin.amos.patrol.business.entity.mybatis.CheckPtListBo">
<result property="pointID" column="id" />
<result property="no" column="point_no" />
<result property="nonum" column="nonum" />
<result property="realTimeStatus" column="status" />
<result property="groupName" column="department_name" />
<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