Commit 39ad8e24 by mayunfei

提交侦查指令多个联络员设置

parent 641cf182
......@@ -251,13 +251,13 @@ public class ZczlService implements IZczlService {
if(tbYwZczlFps.size()==0){
return null;
}else{
if(tbYwZczlFps.size()>1){
/*if(tbYwZczlFps.size()>1){
for(int i=1;i<tbYwZczlFps.size();i++){
//遍历,删除多余的数据
String fpbh = tbYwZczlFps.get(i).getFpbh();
zczlDao.updateFbxxByFpbh(fpbh);
}
}
}*/
return tbYwZczlFps.get(0);
}
}else{
......
......@@ -330,6 +330,7 @@
<if test="sflly==0">
<if test="qsrgmsfhm!=null and qsrgmsfhm!=''"> and qsrgmsfhm = #{qsrgmsfhm, jdbcType=VARCHAR}</if>
</if>
order by FPSJ
</select>
<!-- 删除多余的分派信息 -->
......
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