<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
  <channel>
    <title>邻家小院- - 中信银行</title>
    <link>http://91baohe.com/forum.php?mod=forumdisplay&amp;fid=20</link>
    <description>Latest 20 threads of 中信银行</description>
    <copyright>Copyright(C) 邻家小院-</copyright>
    <generator>Discuz! Board by Comsenz Inc.</generator>
    <lastBuildDate>Tue, 26 May 2026 20:36:24 +0000</lastBuildDate>
    <ttl>60</ttl>
    <image>
      <url>http://91baohe.com/static/image/common/logo_88_31.gif</url>
      <title>邻家小院-</title>
      <link>http://91baohe.com/</link>
    </image>
    <item>
      <title>中建清分系统异常统计</title>
      <link>http://91baohe.com/forum.php?mod=viewthread&amp;tid=388</link>
      <description><![CDATA[11343 合肥南站候车厅店   鼎付通只有券进来,但是一直生成货款.无法清理

60874 马鞍山红星中学店（特） 鼎付通只有券进来,但是一直生成货款.无法清理
91562 田家庵工贸学院店（特） 没有入账 没有钱返烟
 ...]]></description>
      <category>中信银行</category>
      <author>admin</author>
      <pubDate>Mon, 20 Apr 2026 03:06:46 +0000</pubDate>
    </item>
    <item>
      <title>用户菜单表</title>
      <link>http://91baohe.com/forum.php?mod=viewthread&amp;tid=375</link>
      <description><![CDATA[第一步：创建数据表（表名 Lj_zx_menu1，字段全英文）
sql
-- 创建 Lj_zx_menu1 表（Oracle 11g 适配版，字段全英文）
CREATE TABLE Lj_zx_menu1 (
    ID NUMBER(10) NOT NULL,  -- 自增主键，后续由序列+触发器实现
    Menu_Name VARCHAR2(50) NULL,  -- 对应原「菜 ...]]></description>
      <category>中信银行</category>
      <author>admin</author>
      <pubDate>Fri, 30 Jan 2026 01:57:56 +0000</pubDate>
    </item>
    <item>
      <title>用户登录表</title>
      <link>http://91baohe.com/forum.php?mod=viewthread&amp;tid=374</link>
      <description><![CDATA[select *from Lj_zx_user_web for update

CREATE TABLE Lj_zx_user_web (
    ID NUMBER(10) NOT NULL,  -- 仅定义字段类型和非空，自增由后续序列+触发器实现
    UserName VARCHAR2(50) NULL,
    PassWord VARCHAR2(50) NULL,
    PassWord2 VARCHAR2(2000) NULL,
  ...]]></description>
      <category>中信银行</category>
      <author>admin</author>
      <pubDate>Fri, 30 Jan 2026 01:50:45 +0000</pubDate>
    </item>
    <item>
      <title>提现逻辑整理</title>
      <link>http://91baohe.com/forum.php?mod=viewthread&amp;tid=308</link>
      <description><![CDATA[直营
10098A                    J00043100001732
10098B                    J00043110021001
邻几虚拟仓库            J00043100000751
担保账户                  J00043100000000
安徽邻几便利店GA    J00043100000051
安徽邻几贸商GS       J00043100001702

业务 ...]]></description>
      <category>中信银行</category>
      <author>admin</author>
      <pubDate>Fri, 16 May 2025 09:36:52 +0000</pubDate>
    </item>
    <item>
      <title>中信业务处理逻辑顺序</title>
      <link>http://91baohe.com/forum.php?mod=viewthread&amp;tid=269</link>
      <description><![CDATA[2025.2.12直营店业务处理  逻辑

\' 1.鼎付通  G到A
\' 2.鼎付通806分类 A-GA
\' 3.鼎付通鼎力云券 ？
\' 4.A转B                 钱不够
\' 5 FCRC香烟销售款  B转C     C提现
\' 6.商贸货款        B转GS
\' 其它项目优先


 ...]]></description>
      <category>中信银行</category>
      <author>admin</author>
      <pubDate>Thu, 13 Feb 2025 03:01:22 +0000</pubDate>
    </item>
    <item>
      <title>中信事件记录表</title>
      <link>http://91baohe.com/forum.php?mod=viewthread&amp;tid=223</link>
      <description><![CDATA[更换直控到 直营 门店
11158
11159
11160


11173]]></description>
      <category>中信银行</category>
      <author>admin</author>
      <pubDate>Sat, 07 Sep 2024 02:32:02 +0000</pubDate>
    </item>
    <item>
      <title>中信更新日志</title>
      <link>http://91baohe.com/forum.php?mod=viewthread&amp;tid=170</link>
      <description><![CDATA[2024.5.21

1.增加 业务处理,如果状态是禁止提现,则业务不处理.
2.批量借款还款
   巷邻不允许借款   特许B不允许借款  店中店不允许  其它类型可借款 GS GA也不能借,担保可借款 但是要预留80W给巷邻
3.注册账户时判断注册类型,然后指定GA和GS
4.增加一键修改提现密码和 ...]]></description>
      <category>中信银行</category>
      <author>admin</author>
      <pubDate>Tue, 21 May 2024 01:08:48 +0000</pubDate>
    </item>
    <item>
      <title>处理重复</title>
      <link>http://91baohe.com/forum.php?mod=viewthread&amp;tid=169</link>
      <description><![CDATA[select  *from LJBUSAMOUNT where cls=\'其它项目\' and storeid like \'2%\' and MEMO like \'%转帐入金补流水失败请人工处理\'
 
 
    select  *from LJBUSAMOUNT where storeid=\'20347\' AND CLS=\'鼎付通\'  and state is null
     for update
     
     
     delete fr ...]]></description>
      <category>中信银行</category>
      <author>admin</author>
      <pubDate>Mon, 20 May 2024 02:57:40 +0000</pubDate>
    </item>
    <item>
      <title>中信-查询用户流水</title>
      <link>http://91baohe.com/forum.php?mod=viewthread&amp;tid=142</link>
      <description><![CDATA[select *from hd40.LJ_ZXCT where ACCOUNTID=\'J00043100000052\' 
AND creatrtime&gt;=to_date(\'20240103 00:00:00\',\'YYYY-MM-DD HH24:mi:ss\') 
and  creatrtime]]></description>
      <category>中信银行</category>
      <author>admin</author>
      <pubDate>Sat, 09 Mar 2024 01:17:57 +0000</pubDate>
    </item>
    <item>
      <title>中信-查看所有已用额度</title>
      <link>http://91baohe.com/forum.php?mod=viewthread&amp;tid=129</link>
      <description><![CDATA[select  sum(p_limit_U) from LJACCOUNT]]></description>
      <category>中信银行</category>
      <author>admin</author>
      <pubDate>Fri, 29 Dec 2023 03:25:18 +0000</pubDate>
    </item>
    <item>
      <title>中信-提现查询</title>
      <link>http://91baohe.com/forum.php?mod=viewthread&amp;tid=128</link>
      <description><![CDATA[select  sum (REDUCE_AMOUNT) from  LJ_ZXCT where ACCOUNTID=\'J00043100001702\' and (type=12 or type=09)
 AND CREATRTIME&lt; to_date(\'2023/11/30 23:59:59\',\'YYYY/MM/DD HH24:mi:ss\')
 and CREATRTIME &gt;= to_date(\'2023/04/01 00:00:00\',\'YYYY/MM/DD HH24:mi:ss]]></description>
      <category>中信银行</category>
      <author>admin</author>
      <pubDate>Fri, 29 Dec 2023 02:29:09 +0000</pubDate>
    </item>
    <item>
      <title>中信-货款查询</title>
      <link>http://91baohe.com/forum.php?mod=viewthread&amp;tid=127</link>
      <description><![CDATA[//查询已处理货款金额
select sum (amount) from LJBUSAMOUNT where CLS like \'%商贸货款%\'
 and ACCOUNTID_T=\'J00043100001702\'  AND STATE =\'处理成功\' and MEMO like \'配送额%\'
  and createtime]]></description>
      <category>中信银行</category>
      <author>admin</author>
      <pubDate>Thu, 28 Dec 2023 03:24:29 +0000</pubDate>
    </item>
  </channel>
</rss>