冻胚冻精不同状态添加区分标识,新增根据状态搜索

This commit is contained in:
zyh
2026-01-20 16:14:38 +08:00
parent 32718378c9
commit 25cef5dd15
2 changed files with 2 additions and 0 deletions

View File

@@ -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>