wuxw
2024-02-26 17bfc74d3531f606034bd70ecc33ce97cb81e17f
java110-db/src/main/resources/mapper/fee/FeeDiscountServiceDaoImplMapper.xml
@@ -18,7 +18,7 @@
        select t.discount_name,t.discount_name discountName,t.discount_desc,t.discount_desc
        discountDesc,t.discount_type,t.discount_type discountType,td.name discountTypeName,t.status_cd,t.status_cd
        statusCd,t.discount_id,t.discount_id discountId,t.community_id,t.community_id communityId,t.rule_id,t.rule_id
        ruleId,t.create_time createTime,fdr.rule_name ruleName,fdr.bean_impl beanImpl
        ruleId,t.create_time createTime,fdr.rule_name ruleName,fdr.bean_impl beanImpl,fdr.discount_small_type discountSmallType
        from fee_discount t
        left join fee_discount_rule fdr on t.rule_id = fdr.rule_id and fdr.status_cd = '0'
        left join t_dict td on td.status_cd = t.discount_type and td.table_name = 'fee_discount'