Commit 7013ae0e by 雷紫添

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

parents ae5cce1c 7cf273dc
...@@ -35,8 +35,8 @@ public class TbStAsjView implements Serializable { ...@@ -35,8 +35,8 @@ public class TbStAsjView implements Serializable {
//案事件发生时间_案事件发生结束时间 //案事件发生时间_案事件发生结束时间
private java.util.Date asjfssjAsjfsjssj; private java.util.Date asjfssjAsjfsjssj;
//涉案金额 //损失价值
private Double saje; private Double ssjzrmby;
//案事件发生地点_行政区划代码 //案事件发生地点_行政区划代码
private String asjfsddXzqhdm; private String asjfsddXzqhdm;
...@@ -158,12 +158,12 @@ public class TbStAsjView implements Serializable { ...@@ -158,12 +158,12 @@ public class TbStAsjView implements Serializable {
this.asjfssjAsjfsjssj = asjfssjAsjfsjssj; this.asjfssjAsjfsjssj = asjfssjAsjfsjssj;
} }
public Double getSaje() { public Double getSsjzrmby() {
return saje; return ssjzrmby;
} }
public void setSaje(Double saje) { public void setSsjzrmby(Double ssjzrmby) {
this.saje = saje; this.ssjzrmby = ssjzrmby;
} }
public String getAsjfsddXzqhdm() { public String getAsjfsddXzqhdm() {
......
...@@ -51,7 +51,8 @@ public class XxcxServiceImpl implements XxcxService { ...@@ -51,7 +51,8 @@ public class XxcxServiceImpl implements XxcxService {
tbStAsjView.setXxlyms(tbStAsj.getXxlyms()); tbStAsjView.setXxlyms(tbStAsj.getXxlyms());
tbStAsjView.setZczjZxsj(tbStAsj.getZczjZxsj01()); tbStAsjView.setZczjZxsj(tbStAsj.getZczjZxsj01());
tbStAsjView.setAsjlydm(tbStAsj.getAsjlydm()); tbStAsjView.setAsjlydm(tbStAsj.getAsjlydm());
tbStAsjView.setSaje(tbStAsj.getSsjzrmby()); tbStAsjView.setSsjzrmby(tbStAsj.getSsjzrmby());
tbStAsjView.setJqbh(tbStAsj.getJjbh());
} }
return tbStAsjView; return tbStAsjView;
} }
...@@ -81,7 +82,8 @@ public class XxcxServiceImpl implements XxcxService { ...@@ -81,7 +82,8 @@ public class XxcxServiceImpl implements XxcxService {
tbStAsjView.setXxlyms(tbStAsj.getXxlyms()); tbStAsjView.setXxlyms(tbStAsj.getXxlyms());
tbStAsjView.setZczjZxsj(tbStAsj.getZczjZxsj01()); tbStAsjView.setZczjZxsj(tbStAsj.getZczjZxsj01());
tbStAsjView.setAsjlydm(tbStAsj.getAsjlydm()); tbStAsjView.setAsjlydm(tbStAsj.getAsjlydm());
tbStAsjView.setSaje(tbStAsj.getSsjzrmby()); tbStAsjView.setSsjzrmby(tbStAsj.getSsjzrmby());
tbStAsjView.setJqbh(tbStAsj.getJjbh());
} }
return tbStAsjView; return tbStAsjView;
} }
......
...@@ -24,7 +24,7 @@ jslocation: E:/sysDictJs/common/dict/ ...@@ -24,7 +24,7 @@ jslocation: E:/sysDictJs/common/dict/
ssdw: 140000000000 ssdw: 140000000000
server: server:
port: 9061 port: 8762
xxcx: xxcx:
author: Basic 9b6c45cfcf3a4a629e3ed90fa3e5d058 author: Basic 9b6c45cfcf3a4a629e3ed90fa3e5d058
orc: http://39.99.224.27:8866/predict/chinese_ocr_db_crnn_mobile 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