old mode 100644
new mode 100755
| | |
| | | package com.java110.fee.bmo.prestoreFee.impl; |
| | | |
| | | import com.alibaba.fastjson.JSONObject; |
| | | import com.java110.fee.bmo.prestoreFee.IGetPrestoreFeeBMO; |
| | | import com.java110.intf.fee.IPrestoreFeeInnerServiceSMO; |
| | | import com.java110.vo.ResultVo; |
| | |
| | | import org.springframework.http.HttpStatus; |
| | | import org.springframework.http.ResponseEntity; |
| | | import org.springframework.stereotype.Service; |
| | | import com.java110.core.context.DataFlowContext; |
| | | import com.java110.dto.prestoreFee.PrestoreFeeDto; |
| | | import com.java110.utils.constant.BusinessTypeConstant; |
| | | import com.java110.utils.constant.CommonConstant; |
| | | import com.java110.utils.util.Assert; |
| | | import com.java110.utils.util.BeanConvertUtil; |
| | | import org.springframework.beans.factory.annotation.Autowired; |
| | | import org.springframework.stereotype.Service; |
| | | |
| | | import java.util.ArrayList; |
| | | import java.util.List; |
| | |
| | | } else { |
| | | prestoreFeeDtos = new ArrayList<>(); |
| | | } |
| | | |
| | | |
| | | |
| | | ResultVo resultVo = new ResultVo((int) Math.ceil((double) count / (double) prestoreFeeDto.getRow()), count, prestoreFeeDtos); |
| | | |