宿管系统数据推送

1.宿管系统操作的
查询cstaccfc    SELECT NVL(max(zzxh),0) from ssgl_sd_czjl
2.一卡通操作
       INSERT into ssgl_sd_czjl@suguan (
        SELECT b.outid,
               b.name,
               a.acccode,
               a.opdt,
               a.opfare,
               a.cstaccfc,0,to_char(nvl(c.fjbm,0))
          FROM v_consume a,base_customers b left join v_ssgl_sd_xsfjbm_xh@suguan c on b.outid=c.xh
         WHERE a.customerid=b.customerid and a.acccode = '||'216'||' and a.cstaccfc>'查询到的cstaccfc ');

你可能感兴趣的:(新开普)