| | |
| | | package com.java110.web.components.parkingSpace; |
| | | |
| | | import com.alibaba.fastjson.JSONObject; |
| | | import com.java110.common.constant.FeeTypeConstant; |
| | | import com.java110.utils.constant.FeeTypeConstant; |
| | | import com.java110.core.context.IPageData; |
| | | import com.java110.web.smo.IFeeServiceSMO; |
| | | import org.springframework.beans.factory.annotation.Autowired; |
| | |
| | | String paramIn = pd.getReqData(); |
| | | JSONObject paramObj = JSONObject.parseObject(paramIn); |
| | | return feeServiceSMOImpl.loadPropertyConfigFee(pd, "1001".equals(paramObj.getString("typeCd")) |
| | | ? FeeTypeConstant.FEE_TYPE_SELL_UP_PARKING_SPACE : FeeTypeConstant.FEE_TYPE_SELL_DOWN_PARKING_SPACE); |
| | | ? FeeTypeConstant.FEE_TYPE_HIRE_UP_PARKING_SPACE : FeeTypeConstant.FEE_TYPE_HIRE_DOWN_PARKING_SPACE); |
| | | } |
| | | |
| | | public IFeeServiceSMO getFeeServiceSMOImpl() { |