Commit b72e7cfe by wuchengwu

消息推送接口修改

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