liusheng
2025-03-09 a5b5d679448dec09f6d9b4f8779dea44923e65c1
代码提交
已修改1个文件
4 ■■■ 文件已修改
smartor/src/main/resources/mapper/smartor/ServiceSubtaskMapper.xml 4 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
smartor/src/main/resources/mapper/smartor/ServiceSubtaskMapper.xml
@@ -288,7 +288,9 @@
        <include refid="selectServiceSubtaskVo"/>
        <where>
            del_flag=0
            <if test="createStartTime != null  and createEndTime != null">create_time BETWEEN #{createStartTime} AND #{createEndTime}</if>
            <if test="createStartTime != null  and createEndTime != null">and create_time BETWEEN #{createStartTime} AND
                #{createEndTime}
            </if>
            <if test="createBy != null ">and create_by = #{createBy}</if>
        </where>