Commit b72e7cfe by wuchengwu

消息推送接口修改

parent 650caa65
......@@ -89,9 +89,9 @@ public class RyfkController {
}
}
AutoTbStRy rycjInfoByrybh = new AutoTbStRy();
if (StringUtils.isNotBlank(rybh)) {
rycjInfoByrybh = rycjService.getRycjInfoByrybh(rybh);
if (StringUtils.isBlank(rycjInfoByrybh.getRybh())){
}else {
rycjInfoByrybh = rycjService.getRycjInfoByzjhm(zjhm);
}
if(rycjInfoByrybh==null){
......@@ -202,7 +202,9 @@ public class RyfkController {
TbFwXxdl tbFwXxdl = new TbFwXxdl();
tbFwXxdl.setJsdwDm(user.getUnitcode());
tbFwXxdl.setFsrName(user.getUsername());
tbFwXxdl.setXxbt(zjhm+":指纹比中");
// tbFwXxdl.setXxid(zjhm);
// tbFwXxdl.setXxbt(zjhm+":指纹比中");
tbFwXxdl.setXxbt(zjhm);
tbFwXxdl.setXxlx("1");
tbFwXxdl.setXxnr("身份证号码为:"+zjhm+"的嫌疑人有指纹比中信息!");
String Message = messageService.sendMessage(tbFwXxdl);
......
......@@ -419,9 +419,7 @@
where xxsc_pdbz = '0'
AND to_char(fssj,'YY/MM/DD') <![CDATA[>=]]> to_char(SYSDATE - 3,'YY/MM/DD')
AND sfyd_pdbz = '0'
<if test="xxlx != null and xxlx != ''">
AND xxlx LIKE '${xxlx}%'
</if>
AND xxlx = '1'
<if test="jsrZjhm != null and jsrZjhm != ''">
and jsr_zjhm = #{jsrZjhm}
</if>
......
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