|
|
@@ -83,6 +83,7 @@
|
|
|
<result column="submit_state" property="submitState"/>
|
|
|
<result column="del_flag" property="delFlag"/>
|
|
|
<result column="xhcj" property="xhcj"/>
|
|
|
+ <result column="xiangbie" property="xiangbie"/>
|
|
|
</resultMap>
|
|
|
|
|
|
<sql id="Base_Column_List">
|
|
|
@@ -976,6 +977,7 @@
|
|
|
<select id="getJcebList" resultMap="BaseResultMap">
|
|
|
SELECT
|
|
|
<include refid="Base_Column_List"/>,
|
|
|
+ '检测' as xiangbie,
|
|
|
concat(bg.sccj,'/',bg.kgxh) as xhcj
|
|
|
FROM bus_jcb_glkg t
|
|
|
LEFT JOIN v_station v ON t.dept_station_id = v.dept_station_id
|