Commit 735bc470 by yangliang

由于同步警综数据时,案件编号中HN统一替换为了43,所以同步文书的案件编号,当警综案件编号字段不为空时,以警综案件编号为准

parent 64442188
......@@ -11,7 +11,7 @@
</update>
<select id="selectList" resultType="com.founder.flwshq.entity.TbStAsjFlws">
select flws.xxzjbh as xxzjbh,
flws.asjbh as asjbh,
IFNULL(flws.jzajbh,flws.asjbh) as asjbh,
flws.jzrybh as rybh,
flws.flws_asjflwsdm as wslb
from tb_st_asj_flws flws, tb_st_asj asj
......
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