首页 > 其他分享 >EAS85 资产卡片恢复余额表

EAS85 资产卡片恢复余额表

时间:2022-12-18 00:55:34浏览次数:34  
标签:fnumber fassetValue 卡片 EAS85 fInitEvalValue 余额 fid where select

---从当前卡片恢复余额表
insert into t_fa_faaccountbalance
select newbosid('B719F3F3'),c.fassetValue,0,0,c.fassetValue,
c.faccuDepr,0,0,c.faccuDepr,c.faccuDeprTYear,
0,0,c.fdecValue,c.fdecValue,
0,case when c.fInitEvalValue is null then c.fassetValue else c.fInitEvalValue end ,0,case when c.fInitEvalValue is null then c.fassetValue else c.fInitEvalValue end,
c.fauditorid,c.flastupdatetime,c.fauditorid,c.flastupdatetime,
'3pcAAAAIozOCOIxM',c.fcurrencyid,c.fcompanyid,c.fid,0,c.fcontrolunitid
from t_fa_facurcard c
inner join t_bd_period per on c.FPERIODID = per.fid
where c.fcheckedStatus = 2
and c.FCOMPANYID = (select fid from t_org_company where fnumber='YROSH')
and c.fbizstatus<>'0399' and c.fbizstatus<>'0499' and c.fbizstatus<>'0599'
and c.fperiodid in(select fid from t_bd_period where fnumber <=202212)
and c.fid not in(
select ffacurcardid from t_fa_faaccountbalance where FcompanyOrgUnitid =(select fid from t_org_company where fnumber ='YROSH')
and fperiodid in (select fid from t_bd_period where fnumber =202212))

标签:fnumber,fassetValue,卡片,EAS85,fInitEvalValue,余额,fid,where,select
From: https://www.cnblogs.com/duomi/p/16989895.html

相关文章

  • 搜电充电:创新“服务卡片”,让即时充电更便捷
    团队成员风采一、开发背景搜电充电是竹芒科技旗下的智能化共享充电服务品牌,致力于为用户提供便捷的移动充电服务。当前,在共享充电流量趋于饱和的环境下,共享充电宝企业想要从......
  • 搜电充电:创新“服务卡片”,让即时充电更便捷
     团队成员风采 一、开发背景搜电充电是竹芒科技旗下的智能化共享充电服务品牌,致力于为用户提供便捷的移动充电服务。当前,在共享充电流量趋于饱和的环境下,共享充......
  • 卡片式网页设计排版布局案例讲解及技巧分享
    卡片就是交互信息的承载体,通常以矩形的方式呈现。就像信用卡或者棒球卡,网页卡片以一个浓缩的形式提供了快速并且相关的信息。所有的卡片特点就是交互性。不仅仅是他们提供了......
  • VUE-使用touchstart、touchmove、touchend实现拖拽卡片列表
    感谢本文参考地址:https://www.jb51.net/article/255385.htm怕原链接失效,将代码拷贝(如有侵权,请联系删除,感谢!!)1<template>2<div>3<ul>4<li......
  • 卡片游戏(Throwing cards away I)
    ProblemB:ThrowingcardsawayIGivenisanordereddeckofncardsnumbered1tonwithcard1atthetopandcardnatthebottom.Thefollowingoperationi......
  • BZOJ4698-[sdoi2008] Sandy的卡片
    [sdoi2008]Sandy的卡片时限0.5sSandy和Sue的热衷于收集干脆面中的卡片。然而,Sue收集卡片是因为卡片上漂亮的人物形象,而Sandy则是为了积攒卡片兑换超炫的人物模型。......
  • 北京公交卡余额查询
    北京公交卡余额查询输入卡号,立即查询出这个卡最近坐车情况(上车,下车),余额,充值等信息,非常方便的了解这个卡的情况。目前针对android2.1及以上版本......
  • 用友U8客户端打开余额表无响应
    用友U8客户端打开余额表无响应1、检查服务器,服务器上面无异常处理办法:检查客户端软件安装的根目录核对客户端的异常环境是否缺少文件:...\U8SOFT\Resources\enums\GL\en......
  • 【每日一练】26—CSS实现响应式卡片悬停效果
    今天练习的这个小项目,是一个产品卡片式的介绍说明,像我们在一些个人简历产品说明里或者产品说明里会经常使用这样的内容设计,然后再配上合适的图片即可。例如,我们在个人简历上......
  • delphi 自动创建TPanel卡片组(图片、商品、价格)
    unitg_uCreateComponentTools;interfaceusesWindows,Messages,SysUtils,Variants,Classes,Graphics,Controls,Forms,Dialogs,jpeg,DBClient,ShareO......