Commit 5edb7e25 authored by fangxinjiang's avatar fangxinjiang

员工报账查询&批量导出&审核人导出最终版-fxj

parent 858632f2
......@@ -1096,6 +1096,9 @@
set
<if test="post != null and post !=''">
a.POST = #{post}
<if test="tryPeriod != null and tryPeriod !=''">
,
</if>
</if>
<if test="tryPeriod != null and tryPeriod !=''">
a.TRY_PERIOD = #{tryPeriod}
......
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