Commit 70b7008c by yangyang

群体研判相关提交

parent 1cfcc238
......@@ -48,4 +48,8 @@ public class AjypFxPojo {
@ApiModelProperty(value = "标记警情数量")
private int bjjqCount;
@ApiModelProperty(value = "0否 1是")
private int sfdj;
}
......@@ -121,7 +121,8 @@
th.THGLAJSL as ajCount,
ifnull(th.THGLJLAJSL,0) as jlajCount,
th.THGLXYRSL as xyrCount,
th.THGLZDGZYRSL as zdgzyrCount
th.THGLZDGZYRSL as zdgzyrCount,
'0' as sfdj
from tb_yw_shse_th th
<where>
1 = 1
......@@ -256,7 +257,8 @@
th.THGLAJSL as ajCount,
ifnull(th.THGLJLAJSL,0) as jlajCount,
th.THGLXYRSL as xyrCount,
th.THGLZDGZYRSL as zdgzyrCount
th.THGLZDGZYRSL as zdgzyrCount,
'1' as sfdj
from tb_yw_shse_thdj th
<where>
1 = 1
......
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