7741aedca29a2dd2e59137c9ddf132fd0bb9c7e3.svn-base
19 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
package com.thinkgem.jeesite.modules.reg.web.updata;
import java.io.File;
import java.util.Date;
import java.util.List;
import org.apache.commons.io.FileUtils;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Controller;
import org.springframework.web.bind.annotation.RequestMapping;
import com.inspur.uaccess.common.utils.RSASignature;
import com.thinkgem.jeesite.common.config.Global;
import com.thinkgem.jeesite.common.mapper.JaxbMapper;
import com.thinkgem.jeesite.common.utils.StringUtils;
import com.thinkgem.jeesite.common.utils.xml.JXmlUtils;
import com.thinkgem.jeesite.common.web.BaseController;
import com.thinkgem.jeesite.modules.act.entity.Act;
import com.thinkgem.jeesite.modules.reg.entity.base.RegBaseZdbhqk;
import com.thinkgem.jeesite.modules.reg.entity.base.RegBaseZdjbxx;
import com.thinkgem.jeesite.modules.reg.entity.bus.RegBusFz;
import com.thinkgem.jeesite.modules.reg.entity.bus.RegBusGd;
import com.thinkgem.jeesite.modules.reg.entity.bus.RegBusNydsyq;
import com.thinkgem.jeesite.modules.reg.entity.bus.RegBusQlr;
import com.thinkgem.jeesite.modules.reg.entity.bus.RegBusSf;
import com.thinkgem.jeesite.modules.reg.entity.bus.RegBusSh;
import com.thinkgem.jeesite.modules.reg.entity.bus.RegBusSjmain;
import com.thinkgem.jeesite.modules.reg.entity.bus.RegBusSlsq;
import com.thinkgem.jeesite.modules.reg.entity.bus.RegBusSqr;
import com.thinkgem.jeesite.modules.reg.entity.bus.RegBusSz;
import com.thinkgem.jeesite.modules.reg.entity.bus.RegBusYwr;
import com.thinkgem.jeesite.modules.reg.entity.bus.change.RegBusCSlsq;
import com.thinkgem.jeesite.modules.reg.entity.updata.RegBusSjhjtable;
import com.thinkgem.jeesite.modules.reg.service.updata.RegBusSjhjtableService;
import com.thinkgem.jeesite.modules.reg.utils.RegUtils;
import com.thinkgem.jeesite.modules.reg.web.bus.change.RegBusCSlsqController;
import com.thinkgem.jeesite.modules.sys.utils.DictUtils;
/**
* 数据汇交Controller
* @author Administrator
*
*/
@Controller
@RequestMapping(value = "${adminPath}/reg/updata/regBusSjhjtable")
public class SCDJ5000901Controller extends BaseController {
@Autowired
private RegBusSjhjtableService regBusSjhjtableService;
@Autowired
private RegBusCSlsqController regBusCSlsqController;
public String updataCSCDJ5000901xml(RegBusNydsyq regBusNydsyq,RegBusQlr regBusQlr,RegBusCSlsq regBusCSlsq,RegBaseZdbhqk regBaseZdbhqk,RegBusSjmain regBusSjmain,RegBusSf regBusSf,RegBusSh regBusSh,RegBusSz regBusSz,RegBusFz regBusFz,RegBusGd regBusGd,RegBusSqr regBusSqr,RegBaseZdjbxx regBaseZdjbxx,RegBusYwr regBusYwr,List<Act> list) throws Exception{
Date date=new Date();
String tempReturnValue="";
//报文头部数据填充
RegBusSjhjtable regBusSjhjtable = new RegBusSjhjtable();
regBusSjhjtable.setBizmsgid(Global.getAreaCode());//set
regBusSjhjtable.setAsid("AS100");
regBusSjhjtable.setAreacode(Global.getAreaCode());
regBusSjhjtable.setRectype("5000901");
regBusSjhjtable.setRighttype(regBusNydsyq.getQllx());
if(StringUtils.isNotBlank(regBusCSlsq.getDjdl())){
regBusSjhjtable.setRegtype(regBusCSlsq.getDjdl());//set上次不动产权证号
}
else regBusSjhjtable.setRegtype(" ");
regBusSjhjtable.setCreatedate(new Date());
regBusSjhjtable.setRecflowid(regBusNydsyq.getYwh());//set业务号
if(StringUtils.isNotBlank(regBusNydsyq.getDjjg())){
regBusSjhjtable.setRegorgid(regBusNydsyq.getDjjg());//set上次不动产权证号
}
else{
String xzq=DictUtils.getDictLabels(Global.getAreaCode(), "reg_bus_xq", "");
xzq="陕西省汉中市"+xzq+"不动产登记交易服务中心";
regBusSjhjtable.setRegorgid(xzq);
}
regBusSjhjtable.setParcelid(regBusNydsyq.getZddm());//set宗地/宗海代码
regBusSjhjtable.setEstatenum(regBusNydsyq.getBdcdyh());//set不动产单元号
regBusSjhjtable.setPreestatenum(regBusNydsyq.getBdcdyh());//set上次不动产单元号
if(StringUtils.isNotBlank(regBusNydsyq.getBdcqzh())){
regBusSjhjtable.setPrecertid(regBusNydsyq.getBdcqzh());//set上次不动产权证号
}
else regBusSjhjtable.setPrecertid(" ");
regBusSjhjtable.setCertcount("0");//set不动产权证号码数量
regBusSjhjtable.setProofcount("0");//set证明号码数量
/*原报文顺序号生成
int currentNum = 0;
String maxZddmSxh = regBusSjhjtableService.findMaxBizmsgid();//使用当前宗地代码
currentNum=RegUtils.getxh(maxZddmSxh);
// 0 代表前面补充0
// 4 代表长度为4
// d 代表参数为正数型
String str = String.format("%06d", currentNum+1);
regBusSjhjtable.setBizmsgid(Global.getAreaCode()+String.format("%ty", date)+String.format("%tm", date)+String.format("%td", date)+str);
*/
//查询并生成报文编号
String bizmsgid = regBusSjhjtableService.Frandom(Global.getAreaCode());
regBusSjhjtable.setBizmsgid(bizmsgid);
StringBuilder sbStr = new StringBuilder();
//报文头转化
String retHead = JaxbMapper.toXml(regBusSjhjtable, RegBusSjhjtable.class, "UTF-8");
sbStr.append(JXmlUtils.messageBStr).append(retHead.substring(56)).append(JXmlUtils.dataBStr);
//报文体-权利人信息转化
String retQlr="",retZdjbxx="",retZdbhqk="",retNydsyq="",retSlsq="",retSj="";
if(StringUtils.isNotBlank(regBusQlr.getId())){
retQlr=RegUtils.QlrzhuanStr(regBusQlr,regBusCSlsq.getQxdm(),regBusNydsyq.getBdcdyh(),regBusNydsyq.getBdcqzh());
sbStr.append(retQlr);
}
else{
tempReturnValue="权利人信息不能为空!数据上报失败";
return tempReturnValue;
}
if(StringUtils.isNotBlank(regBaseZdjbxx.getId())){
retZdjbxx=RegUtils.CZdjbxxzhuanStr(regBaseZdjbxx,regBusCSlsq);
sbStr.append(retZdjbxx);
}else{
tempReturnValue="宗地基本信息信息不能为空!数据上报失败";
return tempReturnValue;
}
if((StringUtils.isNotBlank(regBaseZdbhqk.getId()))&&(StringUtils.isNotBlank(regBusNydsyq.getId()))){
retZdbhqk=RegUtils.ZdbhqkzhuanStr(regBaseZdbhqk,regBusNydsyq.getQxdm());
sbStr.append(retZdbhqk);
}
if(StringUtils.isNotBlank(regBusNydsyq.getId())){
retNydsyq=RegUtils.NydsyqzhuanStr(regBusNydsyq);
sbStr.append(retNydsyq);
}
else{
tempReturnValue="承包(使用)权信息不能为空!数据上报失败";
return tempReturnValue;
}
if(StringUtils.isNotBlank(regBusCSlsq.getId())){
retSlsq=RegUtils.CSlsqzhuanStr(regBusCSlsq);
sbStr.append(retSlsq);
}
else{
tempReturnValue="受理申请信息不能为空!数据上报失败";
return tempReturnValue;
}
if(StringUtils.isNotBlank(regBusSjmain.getId())){
retSj=RegUtils.SjzhuanStr(regBusSjmain,regBusCSlsq.getQxdm());
sbStr.append(retSj);
}
String retSf="",retSh="",retSz="",retFz="",retGd="",retSqr="";
if(StringUtils.isNotBlank(regBusSf.getId())){
retSf=RegUtils.SfzhuanStr(regBusSf);
sbStr.append(retSf);
}
/* if(StringUtils.isNotBlank(regBusSh.getId())){
retSh= JaxbMapper.toXml( regBusSh, RegBusSh.class, "UTF-8");
sbStr.append(retSh.substring(56));
}*/
if(StringUtils.isNotBlank(regBusCSlsq.getId())){
retSh=RegUtils.CShzhuanStr(list, regBusCSlsq);
sbStr.append(retSh);
}
if(StringUtils.isNotBlank(regBusSz.getId())){
/*retSz= JaxbMapper.toXml( regBusSz, RegBusSz.class, "UTF-8");
sbStr.append(retSz.substring(56));*/
retSz=RegUtils.SzzhuanStr(regBusSz,regBusCSlsq.getQxdm());
sbStr.append(retSz);
}
if(StringUtils.isNotBlank(regBusFz.getId())){
retFz=RegUtils.FzzhuanStr(regBusFz,regBusCSlsq.getQxdm());
sbStr.append(retFz);
}
if(StringUtils.isNotBlank(regBusGd.getId())){
retGd=RegUtils.GdzhuanStr(regBusGd,regBusCSlsq.getQxdm());
sbStr.append(retGd);
}
/*if(StringUtils.isNotBlank(regBusSqr.getId())){
retSqr= JaxbMapper.toXml( regBusSqr, RegBusSqr.class, "UTF-8");
sbStr.append(retSqr.substring(56));
} */
if((StringUtils.isNotBlank(regBusQlr.getId()))||(StringUtils.isNotBlank(regBusYwr.getId()))){
retSqr=RegUtils.SqrzhuanStr(regBusQlr,regBusYwr,regBusCSlsq.getQxdm());
sbStr.append(retSqr);
}
else{
tempReturnValue="申请人信息不能为空!数据上报失败";
return tempReturnValue;
}
//赋值相关信息,准备上报省里
String provincialstr = sbStr.toString();
RegBusSjhjtable provincialSjhjtable = regBusSjhjtable;
sbStr.append(JXmlUtils.dataEStr).append(JXmlUtils.messageEStr);
//xml
//-------------------------------------------
System.out.println(sbStr.toString());
//调用生成XML报文文件的函数,参数为生成文件名和要生成的内容字符串
//JXmlUtils.strChangeXML("Biz"+regBusSjhjtable.getBizmsgid(), sbStr.toString());
//数字签名
String Filepath=Global.getUserfilesBaseDir() + Global.UP_DATA_URL+"Biz"+regBusSjhjtable.getBizmsgid()+".xml";
//String Filepath="src/main/webapp/updatas/"+"Biz"+regBusSjhjtable.getBizmsgid()+".xml";
String xml = sbStr.toString();
String RSApara=RegUtils.SJHJPara();
String abc = RSASignature.getNewMsgWithSignature(xml,RSApara);
String Digitalsign = abc.substring(abc.indexOf("<DigitalSign>")+13,abc.indexOf("</DigitalSign>"));
//重新生成xml
regBusSjhjtable.setDigitalsign(Digitalsign);//set数字签名
//----------
FileUtils.writeStringToFile(new File(Filepath), abc, "UTF-8");
//---------------------------
String Filename="Biz"+regBusSjhjtable.getBizmsgid()+".xml";
//SftpFileLoad.sshSftp("172.16.56.7","mysftp","FANXIAPING",0,Filepath,Filename);
//上报省里
//生成xml字符串并调用接口方法,向市局接口系统传送,并在市局接口服务器生成报文文件上报省里
try{
tempReturnValue = regBusCSlsqController.sjdbxmlinfo(provincialstr, provincialSjhjtable);
if(tempReturnValue.contains("成功") || StringUtils.isBlank(tempReturnValue)){
tempReturnValue = "响应成功";
regBusSjhjtable.setIssuccess("0");
}else{
regBusSjhjtable.setIssuccess("1");
}
}catch(Exception e){
e.printStackTrace();
regBusSjhjtable.setIssuccess("2");
}
regBusSjhjtableService.save(regBusSjhjtable);
return tempReturnValue;
}
public String updataSCDJ5000901xml(RegBusNydsyq regBusNydsyq,RegBusQlr regBusQlr,RegBusSlsq regBusSlsq,RegBaseZdbhqk regBaseZdbhqk,RegBusSjmain regBusSjmain,RegBusSf regBusSf,RegBusSh regBusSh,RegBusSz regBusSz,RegBusFz regBusFz,RegBusGd regBusGd,RegBusSqr regBusSqr,RegBaseZdjbxx regBaseZdjbxx,RegBusYwr regBusYwr,List<Act> list) throws Exception{
Date date=new Date();
String tempReturnValue="";
//报文头部数据填充
RegBusSjhjtable regBusSjhjtable = new RegBusSjhjtable();
regBusSjhjtable.setBizmsgid(Global.getAreaCode());//set
regBusSjhjtable.setAsid("AS100");
regBusSjhjtable.setAreacode(Global.getAreaCode());
regBusSjhjtable.setRectype("5000901");
regBusSjhjtable.setRighttype(regBusNydsyq.getQllx());
if(StringUtils.isNotBlank(regBusSlsq.getDjdl())){
regBusSjhjtable.setRegtype(regBusSlsq.getDjdl());//set上次不动产权证号
}
else regBusSjhjtable.setRegtype(" ");
regBusSjhjtable.setCreatedate(new Date());
regBusSjhjtable.setRecflowid(regBusNydsyq.getYwh());//set业务号
if(StringUtils.isNotBlank(regBusNydsyq.getDjjg())){
regBusSjhjtable.setRegorgid(regBusNydsyq.getDjjg());//set上次不动产权证号
}
else{
String xzq=DictUtils.getDictLabels(Global.getAreaCode(), "reg_bus_xq", "");
xzq="陕西省汉中市"+xzq+"不动产登记交易服务中心";
regBusSjhjtable.setRegorgid(xzq);
}
regBusSjhjtable.setParcelid(regBusNydsyq.getZddm());//set宗地/宗海代码
regBusSjhjtable.setEstatenum(regBusNydsyq.getBdcdyh());//set不动产单元号
regBusSjhjtable.setPreestatenum(regBusNydsyq.getBdcdyh());//set上次不动产单元号
if(StringUtils.isNotBlank(regBusNydsyq.getBdcqzh())){
regBusSjhjtable.setPrecertid(regBusNydsyq.getBdcqzh());//set上次不动产权证号
}
else regBusSjhjtable.setPrecertid(" ");
regBusSjhjtable.setCertcount("0");//set不动产权证号码数量
regBusSjhjtable.setProofcount("0");//set证明号码数量
/*
int currentNum = 0;
String maxZddmSxh = regBusSjhjtableService.findMaxBizmsgid();//使用当前宗地代码
currentNum=RegUtils.getxh(maxZddmSxh);
// 0 代表前面补充0
// 4 代表长度为4
// d 代表参数为正数型
String str = String.format("%06d", currentNum+1);
regBusSjhjtable.setBizmsgid(Global.getAreaCode()+String.format("%ty", date)+String.format("%tm", date)+String.format("%td", date)+str);
*/
//查询并生成报文编号
String bizmsgid = regBusSjhjtableService.Frandom(Global.getAreaCode());
regBusSjhjtable.setBizmsgid(bizmsgid);
StringBuilder sbStr = new StringBuilder();
//报文头转化
String retHead = JaxbMapper.toXml(regBusSjhjtable, RegBusSjhjtable.class, "UTF-8");
sbStr.append(JXmlUtils.messageBStr).append(retHead.substring(56)).append(JXmlUtils.dataBStr);
//报文体-权利人信息转化
String retQlr="",retZdjbxx="",retZdbhqk="",retNydsyq="",retSlsq="",retSj="";
if(StringUtils.isNotBlank(regBusQlr.getId())){
retQlr=RegUtils.QlrzhuanStr(regBusQlr,regBusSlsq.getQxdm(),regBusNydsyq.getBdcdyh(),regBusNydsyq.getBdcqzh());
sbStr.append(retQlr);
}
else{
tempReturnValue="权利人信息不能为空!数据上报失败";
return tempReturnValue;
}
if(StringUtils.isNotBlank(regBaseZdjbxx.getId())){
retZdjbxx=RegUtils.ZdjbxxzhuanStr(regBaseZdjbxx,regBusSlsq);
sbStr.append(retZdjbxx);
}else{
tempReturnValue="宗地基本信息信息不能为空!数据上报失败";
return tempReturnValue;
}
if((StringUtils.isNotBlank(regBaseZdbhqk.getId()))&&(StringUtils.isNotBlank(regBusNydsyq.getId()))){
retZdbhqk=RegUtils.ZdbhqkzhuanStr(regBaseZdbhqk,regBusNydsyq.getQxdm());
sbStr.append(retZdbhqk);
}
if(StringUtils.isNotBlank(regBusNydsyq.getId())){
retNydsyq=RegUtils.NydsyqzhuanStr(regBusNydsyq);
sbStr.append(retNydsyq);
}
else{
tempReturnValue="承包(使用)权信息不能为空!数据上报失败";
return tempReturnValue;
}
if(StringUtils.isNotBlank(regBusSlsq.getId())){
retSlsq=RegUtils.SlsqzhuanStr(regBusSlsq);
sbStr.append(retSlsq);
}
else{
tempReturnValue="受理申请信息不能为空!数据上报失败";
return tempReturnValue;
}
if(StringUtils.isNotBlank(regBusSjmain.getId())){
retSj=RegUtils.SjzhuanStr(regBusSjmain,regBusSlsq.getQxdm());
sbStr.append(retSj);
}
String retSf="",retSh="",retSz="",retFz="",retGd="",retSqr="";
if(StringUtils.isNotBlank(regBusSf.getId())){
retSf=RegUtils.SfzhuanStr(regBusSf);
sbStr.append(retSf);
}
/* if(StringUtils.isNotBlank(regBusSh.getId())){
retSh= JaxbMapper.toXml( regBusSh, RegBusSh.class, "UTF-8");
sbStr.append(retSh.substring(56));
}*/
if(StringUtils.isNotBlank(regBusSlsq.getId())){
retSh=RegUtils.ShzhuanStr(list, regBusSlsq);
sbStr.append(retSh);
}
if(StringUtils.isNotBlank(regBusSz.getId())){
/*retSz= JaxbMapper.toXml( regBusSz, RegBusSz.class, "UTF-8");
sbStr.append(retSz.substring(56));*/
retSz=RegUtils.SzzhuanStr(regBusSz,regBusSlsq.getQxdm());
sbStr.append(retSz);
}
if(StringUtils.isNotBlank(regBusFz.getId())){
retFz=RegUtils.FzzhuanStr(regBusFz,regBusSlsq.getQxdm());
sbStr.append(retFz);
}
if(StringUtils.isNotBlank(regBusGd.getId())){
retGd=RegUtils.GdzhuanStr(regBusGd,regBusSlsq.getQxdm());
sbStr.append(retGd);
}
/*if(StringUtils.isNotBlank(regBusSqr.getId())){
retSqr= JaxbMapper.toXml( regBusSqr, RegBusSqr.class, "UTF-8");
sbStr.append(retSqr.substring(56));
} */
if((StringUtils.isNotBlank(regBusQlr.getId()))||(StringUtils.isNotBlank(regBusYwr.getId()))){
retSqr=RegUtils.SqrzhuanStr(regBusQlr,regBusYwr,regBusSlsq.getQxdm());
sbStr.append(retSqr);
}
else{
tempReturnValue="申请人信息不能为空!数据上报失败";
return tempReturnValue;
}
//赋值相关信息,准备上报省里
String provincialstr = sbStr.toString();
RegBusSjhjtable provincialSjhjtable = regBusSjhjtable;
sbStr.append(JXmlUtils.dataEStr).append(JXmlUtils.messageEStr);
//调用生成XML报文文件的函数,参数为生成文件名和要生成的内容字符串
//JXmlUtils.strChangeXML("Biz"+regBusSjhjtable.getBizmsgid(), sbStr.toString());
//数字签名
String Filepath=Global.getUserfilesBaseDir() + Global.UP_DATA_URL+"Biz"+regBusSjhjtable.getBizmsgid()+".xml";
//String Filepath="src/main/webapp/updatas/"+"Biz"+regBusSjhjtable.getBizmsgid()+".xml";
String xml = sbStr.toString();
String RSApara=RegUtils.SJHJPara();
String abc = RSASignature.getNewMsgWithSignature(xml,RSApara);
String Digitalsign = abc.substring(abc.indexOf("<DigitalSign>")+13,abc.indexOf("</DigitalSign>"));
//重新生成xml
regBusSjhjtable.setDigitalsign(Digitalsign);//set数字签名
//----------
FileUtils.writeStringToFile(new File(Filepath), abc, "UTF-8");
//---------------------------
String Filename="Biz"+regBusSjhjtable.getBizmsgid()+".xml";
//SftpFileLoad.sshSftp("172.16.56.7","mysftp","FANXIAPING",0,Filepath,Filename);
//上报省里
//生成xml字符串并调用接口方法,向市局接口系统传送,并在市局接口服务器生成报文文件上报省里
try{
tempReturnValue = regBusCSlsqController.sjdbxmlinfo(provincialstr, provincialSjhjtable);
if(tempReturnValue.contains("成功") || StringUtils.isBlank(tempReturnValue)){
tempReturnValue = "响应成功";
regBusSjhjtable.setIssuccess("0");
}else{
regBusSjhjtable.setIssuccess("1");
}
}catch(Exception e){
e.printStackTrace();
regBusSjhjtable.setIssuccess("2");
}
regBusSjhjtableService.save(regBusSjhjtable);
return tempReturnValue;
}
}