From 8a52084596fa59c005217d3e2edae35dac315002 Mon Sep 17 00:00:00 2001 From: java110 <928255095@qq.com> Date: 星期六, 24 七月 2021 13:08:13 +0800 Subject: [PATCH] 优化 查询用户名称错误bug --- service-fee/src/main/java/com/java110/fee/bmo/feeDiscountRule/impl/GetFeeDiscountRuleBMOImpl.java | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/service-fee/src/main/java/com/java110/fee/bmo/feeDiscountRule/impl/GetFeeDiscountRuleBMOImpl.java b/service-fee/src/main/java/com/java110/fee/bmo/feeDiscountRule/impl/GetFeeDiscountRuleBMOImpl.java old mode 100644 new mode 100755 index 76c1bdf..bc92234 --- a/service-fee/src/main/java/com/java110/fee/bmo/feeDiscountRule/impl/GetFeeDiscountRuleBMOImpl.java +++ b/service-fee/src/main/java/com/java110/fee/bmo/feeDiscountRule/impl/GetFeeDiscountRuleBMOImpl.java @@ -1,7 +1,7 @@ package com.java110.fee.bmo.feeDiscountRule.impl; -import com.java110.dto.feeDiscountRule.FeeDiscountRuleDto; -import com.java110.dto.feeDiscountRuleSpec.FeeDiscountRuleSpecDto; +import com.java110.dto.feeDiscount.FeeDiscountRuleDto; +import com.java110.dto.feeDiscount.FeeDiscountRuleSpecDto; import com.java110.fee.bmo.feeDiscountRule.IGetFeeDiscountRuleBMO; import com.java110.intf.fee.IFeeDiscountRuleInnerServiceSMO; import com.java110.intf.fee.IFeeDiscountRuleSpecInnerServiceSMO; -- Gitblit v1.8.0