Commit e7a83838 authored by fangxinjiang's avatar fangxinjiang

代码优化-fxj

parent b817d0c2
......@@ -172,9 +172,6 @@
<if test="tAutoContractScheme.contractEnd != null">
AND a.CONTRACT_END = #{tAutoContractScheme.contractEnd}
</if>
<if test="tAutoContractScheme.contractEndOther != null and tAutoContractScheme.contractEndOther.trim() != ''">
AND a.CONTRACT_END_OTHER = #{tAutoContractScheme.contractEndOther}
</if>
<if test="tAutoContractScheme.tryPeriodType != null and tAutoContractScheme.tryPeriodType.trim() != ''">
AND a.TRY_PERIOD_TYPE = #{tAutoContractScheme.tryPeriodType}
</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