| | |
| | | import com.java110.core.base.dao.BaseServiceDao; |
| | | import com.java110.fee.dao.IPayFeeDetailDiscountServiceDao; |
| | | import org.slf4j.Logger; |
| | | import org.slf4j.LoggerFactory; |
| | | import com.java110.core.log.LoggerFactory; |
| | | import org.springframework.stereotype.Service; |
| | | import org.springframework.transaction.annotation.Transactional; |
| | | |
| | |
| | | return Integer.parseInt(businessPayFeeDetailDiscountInfos.get(0).get("count").toString()); |
| | | } |
| | | |
| | | @Override |
| | | public List<Map> computeDiscountFee(Map info) { |
| | | logger.debug("查询缴费优惠信息 入参 info : {}",info); |
| | | |
| | | List<Map> infos = sqlSessionTemplate.selectList("payFeeDetailDiscountServiceDaoImpl.computeDiscountFee",info); |
| | | |
| | | return infos; |
| | | } |
| | | |
| | | |
| | | } |