|
|
|
@@ -78,6 +78,7 @@ |
|
|
|
from wx_credit_history credit |
|
|
|
where `tenant_id` = #{tenantId} |
|
|
|
<include refid="dynamicWhereConditions" /> |
|
|
|
ORDER BY credit.create_date DESC |
|
|
|
</select> |
|
|
|
|
|
|
|
<select id="findListMore" parameterType="com.iformall.domain.po.WxCreditHistory" resultMap="BaseResultMap"> |
|
|
|
|