Commit ced8f220 authored by KeYong's avatar KeYong

更新

parent 08f0b3aa
......@@ -1109,6 +1109,13 @@
classify.building_id as buildingId,
classify.building_name as place,
classify.category_code as categoryCode,
(SELECT CASE is_ok WHEN 1 THEN
'合格'
WHEN 2 THEN
'不合格'
WHEN 3 THEN
'漏检'
END AS IsOK FROM p_check WHERE id = #{checkID}) as IsOK,
(SELECT create_date FROM p_check WHERE id = #{checkID}) as createDate
FROM
p_point_classify classify
......
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