排班计划添加校验

This commit is contained in:
yinjinlu-pc\尹金路
2023-06-25 19:33:16 +08:00
parent 3065ba2101
commit 1d934eb2d7
2 changed files with 13 additions and 0 deletions

View File

@@ -43,6 +43,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
<if test="shiftCount != null "> and shift_count = #{shiftCount}</if>
<if test="status !=null and status !='' "> and status = #{status}</if>
</where>
order by create_time desc
</select>
<select id="selectCalPlanByPlanId" parameterType="Long" resultMap="CalPlanResult">