md
This commit is contained in:
parent
2f5d54b96f
commit
6c5b358a39
@ -589,6 +589,9 @@
|
||||
<if test="searchValue != null and searchValue != ''">
|
||||
and b.emp_name like concat('%', #{searchValue}, '%')
|
||||
</if>
|
||||
<if test="empCode != null and empCode != ''">
|
||||
and a.emp_code=#{empCode}
|
||||
</if>
|
||||
<if test="blDefaultFlag != null and blDefaultFlag != ''">
|
||||
and b.default_flag=#{blDefaultFlag}
|
||||
</if>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user