Commit f92af1b3 by 徐高华

离职在职继承

parent a5234234
......@@ -60,8 +60,8 @@
<if test="null != fromClerkId">
and from_clerk_id=#{fromClerkId}
</if>
<if test="null != oldClerkId">
and to_clerk_id=#{oldClerkId}
<if test="null != toClerkId">
and to_clerk_id=#{toClerkId}
</if>
order by create_time desc
</select>
......
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