11 2018 档案

摘要:一、首先要清楚c#调用webservice的几种方法 1、添加服务引用 2、通过webservice接口生成的xml文件生成代理类调用 (1)输入webservice地址,右键保存,保存为ProcessService.wsdl,存放到E盘 (2)输入指令:wsdl /language:c# /n:wsdlLib /out:ProcessService.cs E:\ProcessService.... 阅读全文
posted @ 2018-11-29 10:13 一锤定音 阅读(533) 评论(0) 推荐(0)
摘要:--删除存货自由项对照表 delete from AA_InvFreeContrapose where cudvalue ='(150~750)双孔(800)' 编码规则表GradeDef select GradeDef, * from GradeDef where KEYWORD='code' u 阅读全文
posted @ 2018-11-24 21:43 一锤定音 阅读(350) 评论(0) 推荐(0)
摘要:1、InvpositionSum:存货货位存量表 2、invPosition:存货货位记录表 3、期初:select a.cwhcode,b.cinvcode,b.iquantity,isnull(b.cfree1,'测试') cfree1,isnull(b.cfree2,'测试') cfree2, 阅读全文
posted @ 2018-11-22 11:26 一锤定音 阅读(992) 评论(0) 推荐(0)
摘要:0、备份测试环境数据库BPMDB、BPMDATA和安装目录文件1、将服务器下面目录的文件复制到新的环境对应的目录覆盖BPM\AttachmentsBPM\FormServiceBPM\ProcessBPM\ReportsBPM\WEB\YZSoft\Forms\XForm BPM\ExtServer 阅读全文
posted @ 2018-11-10 13:29 一锤定音 阅读(545) 评论(0) 推荐(0)