摘要:
CREATE PROC [dbo].[GetAttendanceInfo](@year int,@month int)--考勤 AS BEGIN DECLARE @temp TABLE ( Id int, [FeedbackTime] datetime ) DECLARE @temp1 TABLE ( Description nvarchar(50), ... 阅读全文
posted @ 2018-07-20 15:14
张追逐
阅读(2576)
评论(0)
推荐(0)

浙公网安备 33010602011771号