Commit 417596f9 authored by zhangjianqian's avatar zhangjianqian

修改bug

parent 7bdc609c
......@@ -57,7 +57,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
f_remarks,
beyond_enterprise_id ,
dict_label,
supervision_code,
supervision_code
FROM
t_sup_major_hazard hazard inner join sys_dict_data dictData on hazard.f_level = dictData.dict_value and dictData.dict_type = 'major_poll_source_level'
</sql>
......
......@@ -31,6 +31,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
<if test="rectificationRequirements != null and rectificationRequirements != ''"> and rectification_requirements = #{rectificationRequirements}</if>
<if test="reviewResults != null and reviewResults != ''"> and review_results = #{reviewResults}</if>
</where>
order by create_time desc
</select>
<select id="selectTSupervisionInspectionById" parameterType="Long" resultMap="TSupervisionInspectionResult">
......
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