Commit ffab461a authored by 盖献康's avatar 盖献康 Committed by 王琮

新增 按姓名查询

parent 38065739
......@@ -71,6 +71,9 @@
<if test="entity.endDate != null and entity.endDate != ''">
and date_of_attendance &lt;= #{entity.endDate}
</if>
<if test="entity.name != null and entity.name != ''">
and name like concat('%', #{entity.name}, '%' )
</if>
<if test="entity.nltBz != null and entity.nltBz != ''">
and nlt_bz = #{entity.nltBz}
</if>
......
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