|
@@ -29,6 +29,7 @@
|
|
|
<result column="show_add" property="showAdd" />
|
|
|
<result column="show_info" property="showInfo" />
|
|
|
<result column="joint" property="joint" />
|
|
|
+ <result column="formula_code" property="formulaCode" />
|
|
|
<result column="remark" property="remark" />
|
|
|
</resultMap>
|
|
|
|
|
@@ -53,7 +54,7 @@
|
|
|
<if test="existName != null and existName != ''">
|
|
|
and tag_name = #{existName}
|
|
|
</if>
|
|
|
- <if test="sexType != null and sexType != ''">
|
|
|
+ <if test="sexType != null and sexType != 3 and sexType != ''">
|
|
|
and sex_type in (3, #{sexType})
|
|
|
</if>
|
|
|
<if test="age != null and age != ''">
|