摘要:
create or replace procedure yuchuli_recovery isbegin 恢复企业 不需要恢复央企、财政、全部退休人员的企业(建会状态 in 1 3 11 12 19 20 26) 不满足剔除条件 不是个体工商户 declare cursor cur is selec 阅读全文
摘要:
create or replace procedure yuchuli_update isbegin 2、更新数据 declare 0-17已建会的,除了企业名称(qymc)和地税企业名称(sjqymc)以外的字段都要更新 17mins cursor dsjh is SELECT qyxx.qybm 阅读全文
摘要:
create or replace procedure yuchuli_insert isbegin 预处理新增 declare --标记地税过来的脏数据 cursor isallnull is select qybm from gh_dsqyxx where (shxydm is null and 阅读全文
摘要:
SELECT * FROM gh_qyxx q ORDER BY q.drrq DESC--1169897select * from gh_qyxx q where q.drrq <= to_date('2017-10-26 00:00:00','yyyy-mm-dd hh24:mi:ss') an 阅读全文
摘要:
package com.whbs.bean; public class UserBean { private Integer id; private int age; private String name; private String address; public UserBean(){ Sy 阅读全文
摘要:
public static <T> void Model2Doc_childs(T t,Document reqData, Node parentNode) throws IllegalArgumentException, IllegalAccessException { Class<?> claz 阅读全文