zengh
2021-07-18 79fd809def5eddd638878d9f901e6d04ec36a66a
src/main/java/org/springblade/modules/apply/mapper/ApplyMapper.xml
@@ -63,7 +63,7 @@
        WHERE
            1=1
        <if test="apply.id!=null">
            and id = #{apply.id}
            and sa.id = #{apply.id}
        </if>
    </select>