liusheng
2025-03-09 903eeee334ae88241460191096354ff06e47d815
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>