排班计划添加校验
This commit is contained in:
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user