条件存数

2023-07-29 15:36:15
微图
691
最后编辑:微图 于 2024-09-06 15:05:08
分享链接


--安灯
{{define "ad"}}
insert aData(dnum, json, inTime, code, isShow) 
select  '{{.dnum}}', '{{.payload}}', convert(varchar(19),getdate(),120), '{{.code}}', 1

--如果按取消,今天呼叫记录不显示,code:1=质量,2=取消,8=物料
if('{{.code}}' = '2')
update cjsc2..aData
set isShow = 0 
where dnum = '{{.dnum}}' and datediff(dd, inTime, getdate()) = 0 and isShow = 1

{{end}}
--如果和今日间隔1天的行已存在,则更新,否则插入
if ((select count(1) from 日达产率 where datediff(dd,日期, getdate())=1) > 0)
   begin
      select 1
   end
else
   begin
       select 0
   end
 


发表评论
评论通过审核后显示。
  • 在线客服
  • 关注微信
    • 客服帆帆
    • 客服娜娜
    • 客服美美
    • 客服龙龙
  • 扫一扫关注微信