Commit 2674d435 authored by hongguangwu's avatar hongguangwu

MVP1.4-B端社保、档案

parent a7052f73
...@@ -1465,7 +1465,10 @@ ...@@ -1465,7 +1465,10 @@
<if test="tPaymentInfo != null"> <if test="tPaymentInfo != null">
<!-- 按年模糊查询B端查询个人指定年费的缴费库数据 --> <!-- 按年模糊查询B端查询个人指定年费的缴费库数据 -->
<if test="tPaymentInfo.likeYear != null and tPaymentInfo.likeYear.trim() != ''"> <if test="tPaymentInfo.likeYear != null and tPaymentInfo.likeYear.trim() != ''">
AND a.SOCIAL_PAY_MONTH like CONCAT(#{tPaymentInfo.likeYear},'%') AND (
a.SOCIAL_PAY_MONTH like CONCAT(#{tPaymentInfo.likeYear},'%')
or a.PROVIDENT_PAY_MONTH like CONCAT(#{tPaymentInfo.likeYear},'%')
)
</if> </if>
<if test="tPaymentInfo.id != null and tPaymentInfo.id.trim() != ''"> <if test="tPaymentInfo.id != null and tPaymentInfo.id.trim() != ''">
AND a.ID = #{tPaymentInfo.id} AND a.ID = #{tPaymentInfo.id}
......
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