zhongrj
2024-11-19 77031c2c9fca6c55f74e636c5ea765cc1dc1fd6e
src/main/java/org/springblade/modules/yw/mapper/RiskSourceMapper.xml
@@ -30,6 +30,9 @@
        <if test="riskSource.firmId!=null">
            and yrs.firm_id = #{riskSource.firmId}
        </if>
        <if test="riskSource.name!=null and riskSource.name!=''">
            and yrs.name like concat('%',#{riskSource.name},'%')
        </if>
        <if test="riskSource.riskLevel!=null">
            and yrs.risk_level = #{riskSource.riskLevel}
        </if>