生物安全是否在群,以及execl导出枚举

This commit is contained in:
2026-02-09 20:24:51 +08:00
parent 591b6d537f
commit 5cf769c9f5
30 changed files with 743 additions and 23 deletions

View File

@@ -78,6 +78,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
<if test="diseaseId != null "> and disease_id = #{diseaseId}</if>
<if test="status != null and status !=''"> and status = #{status}</if>
<if test="veterinary != null and veterinary != ''"> and veterinary = #{veterinary}</if>
<if test="isDelete != null and isDelete != '' ">and bs.is_delete = #{isDelete}</if>
${params.dataScope}
</where>
ORDER BY datetime DESC