Commit 9111b515 by lilei

配合前端修改数据流的按钮显示

parent 9f98da59
......@@ -30,7 +30,7 @@ public class SjlResult {
//是否通过
private String sftg;
//数据流状态(1:显示改动列表,2:显示查看详情按钮
//数据流状态(1:显示改动列表,2:显示查看嫌疑人,3:查看被害人
private String sjlzt;
//更新字段内容
......
......@@ -525,7 +525,7 @@
xxdjdw_gajgmc as czdwmc,
xxzjbh as zjbh,
'' as sftg,
'2' as sjlzt
'3' as sjlzt
from tb_xw_rybh where xxsc_pdbz = '0' and xxrsksj is not null and asjbh = #{asjbh, jdbcType=VARCHAR}
UNION
select xxdjry_xm as czry,
......
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