zrj
2024-11-05 b8f2c19b869986efa519f1846b63b11378147861
src/main/java/org/springblade/modules/yw/mapper/RescueTeamMapper.xml
@@ -27,6 +27,9 @@
        <if test="rescueTeam.firmId!=null">
            and yrt.firm_id = #{rescueTeam.firmId}
        </if>
        <if test="rescueTeam.type!=null">
            and yrt.type = #{rescueTeam.type}
        </if>
        <if test="rescueTeam.perInCha!=null and rescueTeam.perInCha!=''">
            and yrt.per_in_cha like concat('%',#{rescueTeam.perInCha},'%')
        </if>