C6用款中自动统计本月已付款

USE [C6]
GO
/****** 对象:  StoredProcedure [dbo].[Pro_SelectMoneyInfo_New]    脚本日期: 04/13/2012 12:15:04 ******/
SET ANSI_NULLS ON
GO
SET QUOTED_IDENTIFIER ON
GO
ALTER proc [dbo].[Pro_SelectMoneyInfo_New] 
@comp varchar(1000)
as
begin

if exists(

select  sum(paymoney) as totalje
from Form_FRCW_PayApply b 
inner join JHOA_Approve c
on b.ID=c.AppO_Values and c.App_Over=1  and
c.App_IdeaFlag=9 and c.Del_flag=0
Group by companyname,year(c.App_EndTime),month(c.App_EndTime)
having sum(paymoney)>=0 and year(getdate())=year(c.App_EndTime) 
and  companyname=''+@comp+'' 
and month(getdate())=month(c.App_EndTime)
)

begin 
select  sum(paymoney) as totalje
from Form_FRCW_PayApply b 
inner join JHOA_Approve c
on b.ID=c.AppO_Values and c.App_Over=1  and
c.App_IdeaFlag=9 and c.Del_flag=0
Group by companyname,year(c.App_EndTime),month(c.App_EndTime)
having sum(paymoney)>=0 and year(getdate())=year(c.App_EndTime) 
and  companyname=''+@comp+'' 
and month(getdate())=month(c.App_EndTime)
end

else
begin
	select 0 as totalje
end

end
/*
select * from  Form_FRCW_PayApply b 
inner join JHOA_Approve c
on b.ID=c.AppO_Values and c.App_Over=1  and
c.App_IdeaFlag=9 and c.Del_flag=0
and year(getdate())=year(c.App_EndTime) 
and month(getdate())=month(c.App_EndTime)
and appo_title like '%百度%'
*/


--exec Pro_SelectMoneyInfo_New '申请百度推广续费10000元'





 

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值