更新nontax_check_biz(交易对账表)、nontax_check_fund(资金对账表)的包流水号FPACK_NO字段为空,对账状态FSTATUS字段为0。
例如,想重发2018年11月1号对账
—2555
update nontax_check_biz t set FPACK_NO=’’,FSTATUS=’0’where to_char(t.FBUS_DATE,’yyyy-MM-dd’)=’2018-11-01’;
—2557
update nontax_check_fund t set FPACK_NO=’’,FSTATUS=’0’where to_char(t.FRECEIVE_DATE,’yyyy-MM-dd’)=’2018-11-01’;