|
@@ -12,6 +12,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
|
|
<if test="serialNo != null and serialNo != ''"> and serial_no = #{serialNo}</if>
|
|
|
<if test="dataType != null and dataType != ''"> and data_type = #{dataType}</if>
|
|
|
<if test="mecTechObsProject != null and mecTechObsProject != ''"> and mec_tech_obs_project = #{mecTechObsProject}</if>
|
|
|
+ <if test="mecTechObsName != null and mecTechObsName != ''"> and mec_tech_obs_name = #{mecTechObsName}</if>
|
|
|
<if test="obsProjectDetail != null and obsProjectDetail != ''"> and obs_project_detail = #{obsProjectDetail}</if>
|
|
|
<if test="projectInfo != null and projectInfo != ''"> and project_info = #{projectInfo}</if>
|
|
|
<if test="unitCode != null and unitCode != ''"> and unit_code = #{unitCode}</if>
|