随笔分类 - 金蝶
摘要:1、管理员运行CMD,输入 c:\windows\system32\inetsrv\appcmd list wp找到K3Cloud对应的进程id 2、VS2019项目附加程序到进程id 注:金蝶挂IIS服务的服务器上联调;当前打包的bll放到金蝶iis服务目录下:D:\K3ADMIN\WebSite
阅读全文
摘要:
阅读全文
摘要:select a.FID,a.FNUMBER,b.FNAME, FPartNum=isnull((select top 1 FNUMBER from T_BD_MATERIALGROUP as t with(nolock) where t.FID=a.FPARENTID),'') from T_BD
阅读全文
摘要:select A.FORGID,B.FNAME from T_ORG_ORGANIZATIONS A left join T_ORG_ORGANIZATIONS_L B on A.FORGID=B.FORGID and B.FLOCALEID = 2052
阅读全文