Commit 7013ae0e by 雷紫添

Merge remote-tracking branch 'remotes/origin/master'

parents ae5cce1c 7cf273dc
......@@ -35,8 +35,8 @@ public class TbStAsjView implements Serializable {
//案事件发生时间_案事件发生结束时间
private java.util.Date asjfssjAsjfsjssj;
//涉案金额
private Double saje;
//损失价值
private Double ssjzrmby;
//案事件发生地点_行政区划代码
private String asjfsddXzqhdm;
......@@ -158,12 +158,12 @@ public class TbStAsjView implements Serializable {
this.asjfssjAsjfsjssj = asjfssjAsjfsjssj;
}
public Double getSaje() {
return saje;
public Double getSsjzrmby() {
return ssjzrmby;
}
public void setSaje(Double saje) {
this.saje = saje;
public void setSsjzrmby(Double ssjzrmby) {
this.ssjzrmby = ssjzrmby;
}
public String getAsjfsddXzqhdm() {
......
......@@ -51,7 +51,8 @@ public class XxcxServiceImpl implements XxcxService {
tbStAsjView.setXxlyms(tbStAsj.getXxlyms());
tbStAsjView.setZczjZxsj(tbStAsj.getZczjZxsj01());
tbStAsjView.setAsjlydm(tbStAsj.getAsjlydm());
tbStAsjView.setSaje(tbStAsj.getSsjzrmby());
tbStAsjView.setSsjzrmby(tbStAsj.getSsjzrmby());
tbStAsjView.setJqbh(tbStAsj.getJjbh());
}
return tbStAsjView;
}
......@@ -81,7 +82,8 @@ public class XxcxServiceImpl implements XxcxService {
tbStAsjView.setXxlyms(tbStAsj.getXxlyms());
tbStAsjView.setZczjZxsj(tbStAsj.getZczjZxsj01());
tbStAsjView.setAsjlydm(tbStAsj.getAsjlydm());
tbStAsjView.setSaje(tbStAsj.getSsjzrmby());
tbStAsjView.setSsjzrmby(tbStAsj.getSsjzrmby());
tbStAsjView.setJqbh(tbStAsj.getJjbh());
}
return tbStAsjView;
}
......
......@@ -24,7 +24,7 @@ jslocation: E:/sysDictJs/common/dict/
ssdw: 140000000000
server:
port: 9061
port: 8762
xxcx:
author: Basic 9b6c45cfcf3a4a629e3ed90fa3e5d058
orc: http://39.99.224.27:8866/predict/chinese_ocr_db_crnn_mobile
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment