szxbm
This commit is contained in:
@ -5,7 +5,7 @@ import org.springframework.boot.autoconfigure.SpringBootApplication;
|
||||
import org.springframework.scheduling.annotation.EnableScheduling;
|
||||
|
||||
@SpringBootApplication
|
||||
@EnableScheduling+-
|
||||
@EnableScheduling
|
||||
public class SsoApplication {
|
||||
|
||||
public static void main(String[] args) {
|
||||
|
||||
@ -73,7 +73,7 @@ public class ShouYinMingXi {
|
||||
List<Map<String, Object>> datas = api.getFormData(10000, new String[]{"xm","shefenhaoma","jigou","fensi",
|
||||
"shoukuanfangshi","jine","yinhangzhanghao","yinhangbianhao","yinhangmingcheng",
|
||||
"kaihuhangbianhao","kaihuhang","name","taxpayerid","sy_time","timec","yh_code",
|
||||
"yh_name","zhh_code","zhh_name","accnum","wb_time","pk_org","acco","accountproperty","zht","def20"},//所属部门(文本),分司,车牌号码,品牌,型号,颜色 ,注册登记日期,班制
|
||||
"yh_name","zhh_code","zhh_name","accnum","wb_time","pk_org","acco","accountproperty","zht","def20","szxmbm"},//所属部门(文本),分司,车牌号码,品牌,型号,颜色 ,注册登记日期,班制
|
||||
filter, null);
|
||||
if (datas == null) {
|
||||
return null;
|
||||
@ -254,7 +254,7 @@ public class ShouYinMingXi {
|
||||
List<Map<String, Object>> datas = api.getFormData(10000, new String[]{"xm","shefenhaoma","jigou","fensi",
|
||||
"shoukuanfangshi","jine","yinhangzhanghao","yinhangbianhao","yinhangmingcheng",
|
||||
"kaihuhangbianhao","kaihuhang","name","taxpayerid","sy_time","timec","yh_code",
|
||||
"yh_name","zhh_code","zhh_name","accnum","wb_time","pk_org","acco","accountproperty","zht","def20","zfyt","leibie"},//所属部门(文本),分司,车牌号码,品牌,型号,颜色 ,注册登记日期,班制
|
||||
"yh_name","zhh_code","zhh_name","accnum","wb_time","pk_org","acco","accountproperty","zht","def20","zfyt","leibie","szxmbm"},//所属部门(文本),分司,车牌号码,品牌,型号,颜色 ,注册登记日期,班制
|
||||
filter, null);
|
||||
if (datas == null) {
|
||||
return null;
|
||||
|
||||
Reference in New Issue
Block a user