Commit a549c55f by liulianglang

添加字段查询

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