Commit 417596f9 authored by zhangjianqian's avatar zhangjianqian

修改bug

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