Commit 7a21b2e8 by 李斌

补充遗漏的案件接警编号。

parent 9c45aae0
......@@ -52,6 +52,7 @@ public class XxcxServiceImpl implements XxcxService {
tbStAsjView.setZczjZxsj(tbStAsj.getZczjZxsj01());
tbStAsjView.setAsjlydm(tbStAsj.getAsjlydm());
tbStAsjView.setSaje(tbStAsj.getSsjzrmby());
tbStAsjView.setJqbh(tbStAsj.getJjbh());
}
return tbStAsjView;
}
......@@ -82,6 +83,7 @@ public class XxcxServiceImpl implements XxcxService {
tbStAsjView.setZczjZxsj(tbStAsj.getZczjZxsj01());
tbStAsjView.setAsjlydm(tbStAsj.getAsjlydm());
tbStAsjView.setSaje(tbStAsj.getSsjzrmby());
tbStAsjView.setJqbh(tbStAsj.getJjbh());
}
return tbStAsjView;
}
......
......@@ -3,6 +3,7 @@
<mapper namespace="com.founder.dao.XxcxDao">
<select id="queryTbStAsj" parameterType="com.founder.model.TbStAsj" resultType="com.founder.model.TbStAsj">
select ASJBH as asjbh,
JJBH as jjbh,
ASJLYDM as asjlydm,
ZCJDDM as zcjddm,
AJLBDM as ajlbdm,
......
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