|
@@ -771,10 +771,10 @@ public class PayFeeServiceImp implements PayFeeService {
|
|
|
if(id == null){
|
|
|
return new PayfeeDetailed();
|
|
|
}
|
|
|
- LoginUser loginUser = UserUtil.getCurrentUser();
|
|
|
- //获取最新账期
|
|
|
- BaseClosingAccountInfoDto baseClosingAccountInfoDto=baseClosingAccountInfoMapper.getLastClosingAccount(loginUser.getSiteId(),loginUser.getCustomerId());
|
|
|
- return payFeeMapper.getPayfeeDetailed(id,baseClosingAccountInfoDto.getYear(),baseClosingAccountInfoDto.getMonth());
|
|
|
+// LoginUser loginUser = UserUtil.getCurrentUser();
|
|
|
+// //获取最新账期
|
|
|
+// BaseClosingAccountInfoDto baseClosingAccountInfoDto=baseClosingAccountInfoMapper.getLastClosingAccount(loginUser.getSiteId(),loginUser.getCustomerId());
|
|
|
+ return payFeeMapper.getPayfeeDetailed(id);
|
|
|
}
|
|
|
|
|
|
/**
|