|
|
|
@@ -96,6 +96,9 @@ |
|
|
|
<if test=" null != creditType "> |
|
|
|
and `credit_type` = #{creditType} |
|
|
|
</if> |
|
|
|
<if test=" null != cUserId "> |
|
|
|
and `c_user_id` = #{cUserId} |
|
|
|
</if> |
|
|
|
</sql> |
|
|
|
|
|
|
|
<select id="findList" parameterType="com.iformall.domain.po.WxCreditHistory" resultMap="BaseResultMap"> |
|
|
|
|