huangpeng преди 4 месеца
родител
ревизия
6a7732217b
променени са 1 файла, в които са добавени 2 реда и са изтрити 2 реда
  1. 2 2
      zhsw-common/src/main/java/com/rongwei/zhsw/system/service/impl/SwRefundRequestRecordServiceImpl.java

+ 2 - 2
zhsw-common/src/main/java/com/rongwei/zhsw/system/service/impl/SwRefundRequestRecordServiceImpl.java

@@ -9,7 +9,6 @@ import com.rongwei.rwcommon.base.R;
 import com.rongwei.rwcommon.utils.SecurityUtil;
 import com.rongwei.zhsw.system.dao.SwRefundRequestRecordDao;
 import com.rongwei.zhsw.system.service.*;
-import com.rongwei.zhsw.system.utils.ZhswCommonUtils;
 import org.springframework.beans.BeanUtils;
 import org.springframework.beans.factory.annotation.Autowired;
 import org.springframework.stereotype.Service;
@@ -18,6 +17,7 @@ import java.math.BigDecimal;
 import java.util.ArrayList;
 import java.util.Date;
 import java.util.List;
+import com.rongwei.zhsw.system.utils.ZHSWCommonUtils;
 import static com.rongwei.zhsw.system.utils.SaveConstans.billInfo.PENDINGSTATUS;
 import static com.rongwei.zhsw.system.utils.SaveConstans.billReccord.FULLREFUNDSTATUS;
 import static com.rongwei.zhsw.system.utils.SaveConstans.billReccord.PARTIALREFUNDSTATUS;
@@ -52,7 +52,7 @@ public class SwRefundRequestRecordServiceImpl extends ServiceImpl<SwRefundReques
     public R refundApplication(String id) {
 
         //当前用户
-        SysUserVo currentUser = ZhswCommonUtils.getCurrentUser();
+        SysUserVo currentUser = ZHSWCommonUtils.getCurrentUser();
 
         //1.获取退款记录
         SwRefundRequestRecordDO refundRequestRecordDO = swRefundRequestRecordService.getById(id);