linwe
2024-11-08 4d5672d6fb315338e3ce083a7b88bfb54d247285
回滚
1 files modified
4 ■■■■ changed files
src/main/java/org/springblade/modules/yw/mapper/EmergencySuppliesMapper.xml 4 ●●●● patch | view | raw | blame | history
src/main/java/org/springblade/modules/yw/mapper/EmergencySuppliesMapper.xml
@@ -37,8 +37,8 @@
        <if test="emergencySupplies.name!=null and emergencySupplies.name!=''">
            and yes.name like concat('%',#{emergencySupplies.name},'%')
        </if>
        <if test="emergencySupplies.id!=null">
            and yes.firm_id = #{emergencySupplies.id}
        <if test="emergencySupplies.firmId!=null">
            and yes.firm_id = #{emergencySupplies.firmId}
        </if>
        <if test="emergencySupplies.type!=null">
            and yes.type = #{emergencySupplies.type}