现整理CardBase出库与OwnerCard入库核对,请按以下步骤操作核对。

Posted computervip

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了现整理CardBase出库与OwnerCard入库核对,请按以下步骤操作核对。相关的知识,希望对你有一定的参考价值。

现整理CardBase出库与OwnerCard入库核对,请按以下步骤操作核对。
 
a.[CardBase出库]登录172.16.23.192 CardBase数据库 用户名cardbase_reader 密码向张术安口头要
b.执行,红字时间替换,为核对日:
select cardflag ,cardmoney, count(*) from cardbase with( nolock) where state =1 and UseTime between ‘2015-8-16‘ and ‘2015-8-17‘
and cardflag in (‘chinaszx‘, ‘chinaunicom‘,‘chinatelecom‘ ,‘chinaszx_yxgh‘, ‘chinaunicom_yxgh‘,‘chinatelecom_yxgh‘ )
group by cardflag, cardmoney
order by 1,2
  
c.[OwnerCard入库]登录Do_Center
d.执行,红字时间替换,为核对日,与上一日期相同
select cardflag ,cardmoney, count(*) from Owner_card with( nolock) where CreateTime between ‘2015-8-16‘ and ‘2015-8-17‘
and cardflag in (‘chinaszx‘, ‘chinaunicom‘,‘chinatelecom‘ ,‘chinaszx_yxgh‘, ‘chinaunicom_yxgh‘,‘chinatelecom_yxgh‘ )
group by cardflag, cardmoney
order by 1,2
  
e.核对两者是否一致,将核对结果发邮件。发送给我,术安,建国,峰哥。
 
辛苦。

以上是关于现整理CardBase出库与OwnerCard入库核对,请按以下步骤操作核对。的主要内容,如果未能解决你的问题,请参考以下文章

php解析入库跟出库

仓库管理系统

库存物资管理系统-测试

软件工程实训 服装库存管理系统

javaweb库存物资管理系统思路与总结

表单提交 防注入XSS 1入库时转义后台 2出库转义前台