| @@ -18,7 +18,6 @@ import com.iformall.mapper.*; | |||||
| import com.iformall.mq.MqBaseProducer; | import com.iformall.mq.MqBaseProducer; | ||||
| import com.iformall.service.*; | import com.iformall.service.*; | ||||
| import com.iformall.utils.Constant; | import com.iformall.utils.Constant; | ||||
| import com.iformall.utils.DateUtils; | |||||
| import com.iformall.utils.JsonUtil; | import com.iformall.utils.JsonUtil; | ||||
| import org.apache.commons.collections.CollectionUtils; | import org.apache.commons.collections.CollectionUtils; | ||||
| import org.apache.commons.collections.map.HashedMap; | import org.apache.commons.collections.map.HashedMap; | ||||
| @@ -42,7 +41,6 @@ import org.springframework.beans.factory.annotation.Autowired; | |||||
| import org.springframework.stereotype.Service; | import org.springframework.stereotype.Service; | ||||
| import org.springframework.transaction.annotation.Propagation; | import org.springframework.transaction.annotation.Propagation; | ||||
| import org.springframework.transaction.annotation.Transactional; | import org.springframework.transaction.annotation.Transactional; | ||||
| import java.lang.reflect.Field; | import java.lang.reflect.Field; | ||||
| import java.text.SimpleDateFormat; | import java.text.SimpleDateFormat; | ||||
| import java.util.*; | import java.util.*; | ||||
| @@ -167,7 +165,11 @@ public class WxFlowServiceImpl implements WxFlowService { | |||||
| || EnumFlowKey.NEW_RENT_END.getCode().equals(flowType) | || EnumFlowKey.NEW_RENT_END.getCode().equals(flowType) | ||||
| || EnumFlowKey.NEW_RENT_POINT_CONTRACT_END.getCode().equals(flowType) | || EnumFlowKey.NEW_RENT_POINT_CONTRACT_END.getCode().equals(flowType) | ||||
| ){ | ){ | ||||
| if(EnumFlowContractType.RENT.getCode().equals(contractType) || EnumFlowContractType.RENT_POINT.getCode().equals(contractType) ){ | |||||
| if(EnumFlowContractType.RENT.getCode().equals(contractType) || | |||||
| EnumFlowContractType.RENT_POINT.getCode().equals(contractType) || | |||||
| EnumFlowContractType.RENT_POINT.getCode().equals(contractType) || | |||||
| EnumFlowContractType.WHOLE_SHOP.getCode().equals(contractType) || | |||||
| EnumFlowContractType.WHOLE_POINT.getCode().equals(contractType)){ | |||||
| WxRentContract rent = new WxRentContract(); | WxRentContract rent = new WxRentContract(); | ||||
| rent.setId(businessId); | rent.setId(businessId); | ||||
| rent.setApplyStatus(applyStatus); | rent.setApplyStatus(applyStatus); | ||||