摘要:
在项目解决方案上右键 选择设置启动项目 然后选择你的网站而不是你的BLL DAL Model等........ 然后在login.aspx上右键设置启动页面 阅读全文
posted @ 2011-08-30 11:17
一个土豆一棵青菜
阅读(297)
评论(0)
推荐(0)
摘要:
--得到总行数select count(proid) from (select distinct proid from tachecontractid where (empid=@uid or departid=@did) and state>2) as a--查询出来的时候插入到临时表 select * into #d from tachecontractid a where id=(select min(id) from (select* from tachecontractid where (departid=@did or empid=@uid) ... 阅读全文
posted @ 2011-08-30 10:07
一个土豆一棵青菜
阅读(162)
评论(0)
推荐(0)