Commit 0a2fd681 by wuchengwu

指纹采集人员保存

parent 66c938e0
......@@ -22,7 +22,7 @@ public class FilterConfig extends WebMvcConfigurerAdapter {
excludePathPatterns("/","/toLogin","/hncsLogin","/hnzzLogin","/hnxtLogin","/hnhyLogin","/hnsyLogin","/hnyueyLogin","/hnzjjLogin","/hncdLogin","/hnyiyLogin","/hnczLogin","/hnyzLogin","/hnhhLogin","/hnldLogin","/hnxxLogin","/hainanLogin","/neimengLogin","/getSjcntDetail","/noLogin","/saveSwSjXx","/saveSwbhXx",
"/saveHmSjXx","/getSwSjXx","/getYthcjryxxByZjhm","/getYthcjUser","/getZfbaUser","/getZwbzJbxxCnt","/getCcbzJbxxCnt","/toswcj",
"/doLogin","/toHome","/static*//**","/refreshCodeCache","/qxdoLogin","/queryNameByCode","/queryTypeCode","/queryZTreeDataByName","/toFjxz","/toCzsmxz","/download/**","/toObjectKJ","/catchimg","/iframe1","/iframe2","/xj","/report","/SavePersonInfo4Nmtc","/getZjxxbdjg","/singleLoginAct",
"/getYhkDetail","/getSwDetail","/getRyzjzpimages","/getRyzpimages","/getPmimages","/getGdimages","/irisking/collect/result","/getYthcjryxxByRybh","/checkClientVp"
"/getYhkDetail","/getSwDetail","/getRyzjzpimages","/getRyzpimages","/getPmimages","/getGdimages","/irisking/collect/result","/getYthcjryxxByRybh","/checkClientVp","/insertZwbhAndZwfkxxByRybh"
);
......
......@@ -4497,5 +4497,22 @@ public class TbXwRycjController {
return JSONObject.toJSONString(resultDto, SerializerFeature.WriteNullStringAsEmpty);
}
@RequestMapping("/insertZwbhAndZwfkxxByRybh")
@ResponseBody
public String insertZwbhAndZwfkxxByRybh(String rybh,String zwbh,String zwfkxx){
ResultDto resultDto = null;
AutoTbStRy tbStRy = new AutoTbStRy();
tbStRy.setRybh(rybh);
tbStRy.setSzzwbh(zwbh);
tbStRy.setZwfkxx(zwfkxx);
boolean b = rycjService.updateRyxx(tbStRy);
if (b){
resultDto = new ResultDto(b,"更新成功!",0000,null);
}else {
resultDto = new ResultDto(b,"更新失败!",9999,null);
}
return JSONObject.toJSONString(resultDto, SerializerFeature.WriteNullStringAsEmpty);
}
}
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