| | |
| | | |
| | | |
| | | import com.java110.dto.machine.CarInoutDto; |
| | | import com.java110.dto.tempCarFeeConfig.TempCarFeeConfigAttrDto; |
| | | import com.java110.dto.fee.TempCarFeeConfigAttrDto; |
| | | import com.java110.utils.util.DateUtil; |
| | | |
| | | import java.text.ParseException; |
| | |
| | | double min = 0.0; |
| | | try { |
| | | //不是支付完成 状态 |
| | | if (CarInoutDto.STATE_PAY.equals(carInoutDto.getState())) { |
| | | if (CarInoutDto.STATE_PAY.equals(carInoutDto.getState()) || CarInoutDto.STATE_REPAY.equals(carInoutDto.getState())) { |
| | | |
| | | try { |
| | | payTime = DateUtil.getDateFromString(carInoutDto.getPayTime(), DateUtil.DATE_FORMATE_STRING_A); |