Commit ff3ee8fd by liulianglang

单位查询

parent c46dc9f8
......@@ -48,7 +48,7 @@
(select name from sys_dictitem where groupid = 'CODE_AJLB' and code = ajlbdm)
as ajlbmc,
jayq, sqsj, spr_sfzh, spyj, spsj, xzzt,xxsc_pdbz, xxdjdw_gajgjgdm, xxdjdw_gajgmc, xxdjry_xm, xxdjry_gmsfhm, xxdjry_lxdh, djsj, xxczdw_gajgjgdm, xxczdw_gajgmc, xxczry_xm, xxczry_gmsfhm, gxsj
,(case when xzzt = '0' then '草稿' when xzzt = '1' then '待审核' when xzzt = '2' then '协作中' when xzzt = '4' then '审核不通过' when xzzt = '5' then '已驳回,请重新申请' else '已完成' end) as xzztStr
,(case when xzzt = '0' then '草稿' when xzzt = '1' then '待审核' when xzzt = '2' then '协作中' when xzzt = '4' then '审核不通过' when xzzt = '5' then '已驳回' else '已完成' end) as xzztStr
from tb_yw_xzqq_xx xx
<where>
and xxsc_pdbz = '0'
......@@ -69,7 +69,7 @@
</if>
<if test="dwlikestr != null and dwlikestr != ''">
and xx.xzdwdm like concat( #{dwlikestr},'%')
<!-- and xx.xzdwdm like concat( #{dwlikestr},'%')-->
</if>
<if test="xzbh != null and xzbh != ''">
......@@ -171,7 +171,7 @@
</if>
<if test="dwlikestr != null and dwlikestr != ''">
and xx.xzdwdm like concat( #{dwlikestr},'%')
<!--and xx.xzdwdm like concat( #{dwlikestr},'%')-->
</if>
<if test="xzbh != null and xzbh != ''">
......
......@@ -309,6 +309,9 @@ public class TbYwXzqqXxServiceImpl implements TbYwXzqqXxService {
XzxtUser xzxtUser = SecureUtil.getUserXzxt();
tbYwXzqqXx.setUpUser(xzxtUser);
String blxxzjbh=tbYwXzqqXx.getXxzjbh();
if(!StringUtils.isEmpty(tbYwXzqqXx.getXzdwdm())){
tbYwXzqqXx.setXzdwmc(tbYwXzqqXxMapper.queryNameByCode("CODE_UNIT",tbYwXzqqXx.getXzdwdm()));
}
this.tbYwXzqqXxMapper.update(tbYwXzqqXx);
try {
......
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