排班日历自动生成

This commit is contained in:
JinLu.Yin
2022-06-12 22:49:59 +08:00
parent c521e5311c
commit 76a00d72ee
14 changed files with 773 additions and 4 deletions

View File

@@ -41,7 +41,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
<if test="shiftType != null and shiftType != ''"> and shift_type = #{shiftType}</if>
<if test="shiftMethod != null and shiftMethod != ''"> and shift_method = #{shiftMethod}</if>
<if test="shiftCount != null "> and shift_count = #{shiftCount}</if>
<if test="status != and status !='' "> and status = #{status}</if>
<if test="status !=null and status !='' "> and status = #{status}</if>
</where>
</select>