bms2相关修改;

This commit is contained in:
王奎兴
2026-03-18 21:11:49 +08:00
parent f7ad001154
commit caf5adfc3e
11 changed files with 52 additions and 17 deletions
@@ -75,6 +75,9 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
<sql id="selectLeasePo1">
<where>
<!-- 租赁查询条件 -->
<if test="id != null ">
and a.id = #{id}
</if>
<if test="organizationId != null ">
and a.organization_id = #{organizationId}
</if>