INSERT INTO tb_shiftCheck
                      (f_ID, f_lineName, f_startTime, f_maintainList, f_endTime, f_checker, f_finishTime, f_status, f_postScript)
VALUES     (NEWID(), 'Line01', getdate(), '按照Shift点检表执行', getdate()+'2', '', '', '0', '')
后面的 getdate()加 两天的方法?加24小时内 可以用 7:30等方法,可加两天如何?有谁做过么 ?