java110-db/src/main/resources/mapper/fee/ImportFeeServiceDaoImplMapper.xml
@@ -52,6 +52,9 @@ <if test="feeTypeCd !=null and feeTypeCd != ''"> , t.fee_type_cd= #{feeTypeCd} </if> <if test="secondaryFeeTypeCd !=null and secondaryFeeTypeCd != ''"> , t.secondary_fee_type_cd= #{secondaryFeeTypeCd} </if> <if test="communityId !=null and communityId != ''"> , t.community_id= #{communityId} </if>