Commit 1492f34e authored by fangxinjiang's avatar fangxinjiang

审核导出异常

parent 869f21b5
...@@ -512,6 +512,9 @@ ...@@ -512,6 +512,9 @@
#{idStr} #{idStr}
</foreach> </foreach>
</if> </if>
<if test="tDispatchInfo.type != null and tDispatchInfo.type.trim() != ''">
AND a.TYPE = #{tDispatchInfo.type}
</if>
<if test="tDispatchInfo.empName != null and tDispatchInfo.empName.trim() != ''"> <if test="tDispatchInfo.empName != null and tDispatchInfo.empName.trim() != ''">
AND a.EMP_NAME like concat('%',#{tDispatchInfo.empName},'%') AND a.EMP_NAME like concat('%',#{tDispatchInfo.empName},'%')
</if> </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