Browse Source

矛盾纠纷

master
kami 1 year ago
parent
commit
77e6a01467
  1. 2
      src/main/java/com/biutag/supervisiondata/mapper/dwd/GBaseJJDMapper.java

2
src/main/java/com/biutag/supervisiondata/mapper/dwd/GBaseJJDMapper.java

@ -78,7 +78,7 @@ public interface GBaseJJDMapper extends BaseMapper<GBaseJJD> {
@Select("select jjdbh, bjdh,bjrxm ,bjrzjhm, bjnr, cjqk from dwd_asj_zhtx_jjd where SUBSTR(jqxzdm, 1, 2) != '99' AND SUBSTR(jqxzdm, 1, 2) != '11' and substr(jqxzdm, 1, 2) != '08' and bjsj >= #{start} limit #{pageNo}, #{pageSize}") @Select("select jjdbh, bjdh,bjrxm ,bjrzjhm, bjnr, cjqk from dwd_asj_zhtx_jjd where SUBSTR(jqxzdm, 1, 2) != '99' AND SUBSTR(jqxzdm, 1, 2) != '11' and substr(jqxzdm, 1, 2) != '08' and bjsj >= #{start} limit #{pageNo}, #{pageSize}")
List<GBaseJJD> selectWarningInstance(@Param("start")String start,@Param("pageNo")Integer pageNo, @Param("pageSize")Integer pageSize); List<GBaseJJD> selectWarningInstance(@Param("start")String start,@Param("pageNo")Integer pageNo, @Param("pageSize")Integer pageSize);
@Select(" select count(1) from from dwd_asj_zhtx_jjd where SUBSTR(jqxzdm, 1, 2) != '99' AND SUBSTR(jqxzdm, 1, 2) != '11' and substr(jqxzdm, 1, 2) != '08' and bjsj >= #{start}") @Select(" select count(1) from dwd_asj_zhtx_jjd where SUBSTR(jqxzdm, 1, 2) != '99' AND SUBSTR(jqxzdm, 1, 2) != '11' and substr(jqxzdm, 1, 2) != '08' and bjsj >= #{start}")
int selectWarningInstanceCount(@Param("start")String start); int selectWarningInstanceCount(@Param("start")String start);
/** /**

Loading…
Cancel
Save