冻胚冻精不同状态添加区分标识,新增根据状态搜索
This commit is contained in:
@@ -69,6 +69,7 @@
|
||||
<if test="params.beginOutDate != null and params.endOutDate != null">
|
||||
and out_date between #{params.beginOutDate} and #{params.endOutDate}
|
||||
</if>
|
||||
<if test="status != null and status != ''">and status = #{status}</if>
|
||||
</where>
|
||||
</select>
|
||||
|
||||
|
||||
@@ -41,6 +41,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
||||
<if test="params.beginOutDt != null and params.endOutDt != null">
|
||||
and out_dt between #{params.beginOutDt} and #{params.endOutDt}
|
||||
</if>
|
||||
<if test="stat != null and stat != ''">and stat = #{stat}</if>
|
||||
</where>
|
||||
</select>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user