Commit 666ab1e1 authored by fangxinjiang's avatar fangxinjiang

B端查询社保信息的BUG修复--替光武改的

parent a2e443ea
...@@ -1503,8 +1503,8 @@ ...@@ -1503,8 +1503,8 @@
<if test="tPaymentInfo.socialCreateMonth != null and tPaymentInfo.socialCreateMonth.trim() != ''"> <if test="tPaymentInfo.socialCreateMonth != null and tPaymentInfo.socialCreateMonth.trim() != ''">
AND a.SOCIAL_CREATE_MONTH = #{tPaymentInfo.socialCreateMonth} AND a.SOCIAL_CREATE_MONTH = #{tPaymentInfo.socialCreateMonth}
</if> </if>
<if test="tPaymentInfo.createUser != null and tPaymentInfo.createUser.trim() != ''"> <if test="tPaymentInfo.createBy != null and tPaymentInfo.createBy.trim() != ''">
AND a.CREATE_BY = #{tPaymentInfo.createUser} AND a.CREATE_BY = #{tPaymentInfo.createBy}
</if> </if>
<if test="tPaymentInfo.createTime != null"> <if test="tPaymentInfo.createTime != null">
AND a.CREATE_TIME = #{tPaymentInfo.createTime} AND a.CREATE_TIME = #{tPaymentInfo.createTime}
......
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