Commit a549c55f by liulianglang

添加字段查询

parent 241e74de
...@@ -150,7 +150,7 @@ public class TbYwXzqqXx implements Serializable { ...@@ -150,7 +150,7 @@ public class TbYwXzqqXx implements Serializable {
private String idcardparam; private String idcardparam;
private String cxdwdm; private String cxdwdm;
private String dwlikestr;
private String xzdwdm; private String xzdwdm;
private String xzdwmc; private String xzdwmc;
private String xzblnr; private String xzblnr;
......
...@@ -68,7 +68,9 @@ ...@@ -68,7 +68,9 @@
) )
</if> </if>
<if test="dwlikestr != null and dwlikestr != ''">
and xx.xzdwdm like concat( #{dwlikestr},'%')
</if>
<if test="xzbh != null and xzbh != ''"> <if test="xzbh != null and xzbh != ''">
and xzbh = #{xzbh} and xzbh = #{xzbh}
...@@ -168,6 +170,10 @@ ...@@ -168,6 +170,10 @@
) )
</if> </if>
<if test="dwlikestr != null and dwlikestr != ''">
and xx.xzdwdm like concat( #{dwlikestr},'%')
</if>
<if test="xzbh != null and xzbh != ''"> <if test="xzbh != null and xzbh != ''">
and xzbh = #{xzbh} and xzbh = #{xzbh}
</if> </if>
......
...@@ -174,6 +174,7 @@ public class TbYwXzqqXxServiceImpl implements TbYwXzqqXxService { ...@@ -174,6 +174,7 @@ public class TbYwXzqqXxServiceImpl implements TbYwXzqqXxService {
if(a>0){ if(a>0){
}else{ }else{
tbYwXzqqXx.setDwlikestr(JqStringDw(xzxtUser));
if("1".equals(tbYwXzqqXx.getXzzt())){ if("1".equals(tbYwXzqqXx.getXzzt())){
int b = sysUserMapper.getCodeNum(""+tbYwXzqqXx.getUserId(), "C1902"); int b = sysUserMapper.getCodeNum(""+tbYwXzqqXx.getUserId(), "C1902");
if(b>0){ if(b>0){
......
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