zrj
2024-11-01 1bfc7b9e9592a31ffda2a0742e74c1dc69827563
救援队伍查询修改
1 files modified
3 ■■■■■ changed files
src/main/java/org/springblade/modules/yw/mapper/RescueTeamMapper.xml 3 ●●●●● patch | view | raw | blame | history
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>