Commit 9a2a8098 by liu_xiaoxu

老mis 人员分类查询;

parent a4c4c18f
......@@ -41,9 +41,9 @@ public class RecordController {
record.setXyr_record("案事件编号:asjbh,证件号码:cyzj_zjhm,姓名:xm,性别:xbdmmc,民族:mzmc,户籍地行政区划:hjdz_xzqhmc,现住地行政区划:xzz_xzqhmc,到案状态:zhfzxyr_fzxyrdaztmc");
record.setRybh_record("案事件编号:asjbh,证件号码:cyzj_zjhm,姓名:xm,性别:xbdmmc,民族:mzmc,户籍地行政区划:hjdz_xzqhmc,人身侵犯结果:rsqfjgmc,人身伤害程度:rsshcdmc");
record.setAjzlz_record("案事件编号:caseid,案件类别:casetypemc,发案区域:caseareamc,案件时间:casetimef,案件状态:casestatusmc,立案单位:registerunit_gajgmc,简要案情:brief");
record.setMisxyr_record("案事件编号:id,姓名:misxyr_name,性别:misxyr_sex,出生日期:misxyr_birthday,民族:misxyr_nation,身份证号:misxyr_idcardno,户籍地行政区划:misxyr_door_xzqhmc,现住地行政区划:misxyr_address_xzqhmc,籍贯:misxyr_native_xzqhmc");
record.setMisshr_record("案事件编号:caseid,姓名:name,性别:sex,出生日期:birthday,单位:unit,住址详情:addrdetail,伤害程度:harmgread,户籍地址:hjdetail");
record.setMisbar_record("案事件编号:caseid,姓名:name,性别:sex,出生日期:birthday,住址详情:addre,身份证号:idcardnumb,电话:phone,报案方式:reportmethod");
record.setMisxyr_record("案事件编号:id,姓名:misxyr_name,性别:misxyr_sexmc,出生日期:misxyr_birthday,民族:misxyr_nationmc,身份证号:misxyr_idcardno,户籍地行政区划:misxyr_door_xzqhmc,现住地行政区划:misxyr_address_xzqhmc,籍贯:misxyr_native_xzqhmc");
record.setMisshr_record("案事件编号:caseid,姓名:name,性别:shr_sexmc,出生日期:birthday,单位:unit,住址详情:addrdetail,伤害程度:harmgreadmc,户籍地址:hjdetail");
record.setMisbar_record("案事件编号:caseid,姓名:name,性别:bar_sexmc,出生日期:birthday,住址详情:addre,身份证号:idcardnumb,电话:phone,报案方式:reportmethodmc");
record.setMissj_record("案事件编号:caseid,手机品牌:brand,序号:serial,手机颜色:colorcode,手机价值:value,手机外形描述:odel,手机IMEI:imei");
record.setMiscl_record("案事件编号:caseid,车辆类型:cartype,车牌号:carnumb,厂牌:brand,车身颜色:colorcode,价值:value,车主姓名:mastername");
record.setMissawp_record("案事件编号:caseid,产地:producearea,品名:name,品牌:brand,价值:value,颜色:colorcode,物品详细名字:namedetail");
......
......@@ -233,6 +233,7 @@ public class MisAsjRyRelateVO {
private String misxyr_nickname ;
private String misxyr_nickspell ;
private String misxyr_sex ;
private String misxyr_sexmc ;
private String misxyr_ifmarry ;
private String misxyr_idcardno ;
private String misxyr_birthday;
......@@ -247,6 +248,7 @@ public class MisAsjRyRelateVO {
private String misxyr_native_xzqhmc;
private String misxyr_tone ;
private String misxyr_nation ;
private String misxyr_nationmc ;
private String misxyr_politics ;
private String misxyr_door ;
private String misxyr_door_xzqhdm ;
......@@ -264,6 +266,7 @@ public class MisAsjRyRelateVO {
private String misxyr_bpcall ;
private String misxyr_handset ;
private String misxyr_culture ;
private String misxyr_culturemc ;
private String misxyr_employunit ;
private String misxyr_employaddress ;
private String misxyr_employphone ;
......@@ -390,8 +393,11 @@ public class MisAsjRyRelateVO {
//报案人
private String bar_standing ;
private String bar_standingmc ;
private String bar_name;
private String bar_sex;
private String bar_sexmc;
private String bar_birthday;
private String bar_idcardnumb;
private String bar_phone;
......@@ -404,6 +410,7 @@ public class MisAsjRyRelateVO {
private String addre ;
private String bbcall ;
private String reportmethod ;
private String reportmethodmc ;
private String hjaddrf ;
private String hjaddrf_xzqhdm ;
private String hjaddrf_xzqhdm_province;
......@@ -414,8 +421,12 @@ public class MisAsjRyRelateVO {
//受害人
private String shr_standing ;
private String shr_standingmc ;
private String shr_name;
private String shr_sex;
private String shr_sexmc;
private String shr_birthday;
private String shr_unit;
private String bhr_bpcall;
......@@ -429,6 +440,7 @@ public class MisAsjRyRelateVO {
private String address_xzqhmc;
private String addrdetail ;
private String harmgread ;
private String harmgreadmc ;
private String registeraddress ;
private String register_xzqhdm ;
private String register_xzqhdm_province;
......@@ -453,7 +465,6 @@ public class MisAsjRyRelateVO {
private String highfloorlimit ;
private String bodycharacter ;
private String apecialcharacter ;
private String standing ;
private String nation ;
private String folk ;
private String wfjl ;
......@@ -469,6 +480,94 @@ public class MisAsjRyRelateVO {
private String otherspeciality ;
private String actioncharactor ;
public String getBar_sexmc() {
return bar_sexmc;
}
public void setBar_sexmc(String bar_sexmc) {
this.bar_sexmc = bar_sexmc;
}
public String getReportmethodmc() {
return reportmethodmc;
}
public void setReportmethodmc(String reportmethodmc) {
this.reportmethodmc = reportmethodmc;
}
public String getShr_sexmc() {
return shr_sexmc;
}
public void setShr_sexmc(String shr_sexmc) {
this.shr_sexmc = shr_sexmc;
}
public String getHarmgreadmc() {
return harmgreadmc;
}
public void setHarmgreadmc(String harmgreadmc) {
this.harmgreadmc = harmgreadmc;
}
public String getBar_standing() {
return bar_standing;
}
public void setBar_standing(String bar_standing) {
this.bar_standing = bar_standing;
}
public String getBar_standingmc() {
return bar_standingmc;
}
public void setBar_standingmc(String bar_standingmc) {
this.bar_standingmc = bar_standingmc;
}
public String getShr_standing() {
return shr_standing;
}
public void setShr_standing(String shr_standing) {
this.shr_standing = shr_standing;
}
public String getShr_standingmc() {
return shr_standingmc;
}
public void setShr_standingmc(String shr_standingmc) {
this.shr_standingmc = shr_standingmc;
}
public String getMisxyr_nationmc() {
return misxyr_nationmc;
}
public void setMisxyr_nationmc(String misxyr_nationmc) {
this.misxyr_nationmc = misxyr_nationmc;
}
public String getMisxyr_culturemc() {
return misxyr_culturemc;
}
public void setMisxyr_culturemc(String misxyr_culturemc) {
this.misxyr_culturemc = misxyr_culturemc;
}
public String getMisxyr_sexmc() {
return misxyr_sexmc;
}
public void setMisxyr_sexmc(String misxyr_sexmc) {
this.misxyr_sexmc = misxyr_sexmc;
}
public String getMisxyr_birthday() {
return misxyr_birthday;
}
......@@ -3248,13 +3347,6 @@ public class MisAsjRyRelateVO {
this.apecialcharacter = apecialcharacter;
}
public String getStanding() {
return standing;
}
public void setStanding(String standing) {
this.standing = standing;
}
public String getNation() {
return nation;
......
......@@ -22,5 +22,8 @@ public interface IMisSolrService {
List<Map<String, Object>> getMisSjSorlByFQ(String ssdw,String fq,Integer maxValue,String solrAddress, String sorlInstance,String[] checkIds);
List<Map<String, Object>> getMisClSorlByFQ(String ssdw,String fq,Integer maxValue,String solrAddress, String sorlInstance,String[] checkIds);
List<Map<String, Object>> getMisSawpSorlByFQ(String ssdw,String fq,Integer maxValue,String solrAddress, String sorlInstance,String[] checkIds);
List<Map<String, Object>> getMisXyrSorlByFQ(String ssdw,String fq,Integer maxValue,String solrAddress, String sorlInstance,String[] checkIds);
List<Map<String, Object>> getMisBhrSorlByFQ(String ssdw,String fq,Integer maxValue,String solrAddress, String sorlInstance,String[] checkIds);
List<Map<String, Object>> getMisBarSorlByFQ(String ssdw,String fq,Integer maxValue,String solrAddress, String sorlInstance,String[] checkIds);
}
......@@ -40,7 +40,7 @@
misxyr_record = #{misxyr_record,jdbcType=VARCHAR},
</if>
<if test="misshr_record != null">
misxyr_record = #{misxyr_record,jdbcType=VARCHAR},
misxyr_record = #{misshr_record,jdbcType=VARCHAR},
</if>
<if test="misbar_record != null">
misbar_record = #{misbar_record,jdbcType=VARCHAR},
......
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