|
|
@@ -201,7 +201,7 @@ public class WxFlowServiceImpl implements WxFlowService { |
|
|
} else if (EnumFlowKey.BILL.getCode().equals(flowType) || EnumFlowKey.NEW_BILL_CHANGE.getCode().equals(flowType)) { |
|
|
} else if (EnumFlowKey.BILL.getCode().equals(flowType) || EnumFlowKey.NEW_BILL_CHANGE.getCode().equals(flowType)) { |
|
|
if(EnumRentContractAppStatus.FINISH.getCode().intValue() == applyStatus.intValue()) { |
|
|
if(EnumRentContractAppStatus.FINISH.getCode().intValue() == applyStatus.intValue()) { |
|
|
//账单审批 |
|
|
//账单审批 |
|
|
Integer billType = (Integer) getVariableByKey(variables, "billType"); |
|
|
|
|
|
|
|
|
Integer billType = getIngeter(getVariableByKey(variables, "billType")); |
|
|
MallUserInfo user = (MallUserInfo) SecurityUtils.getSubject().getSession().getAttribute("userSession"); |
|
|
MallUserInfo user = (MallUserInfo) SecurityUtils.getSubject().getSession().getAttribute("userSession"); |
|
|
Integer billUpdateType = (Integer) getVariableByKey(variables, "billUpdateType"); |
|
|
Integer billUpdateType = (Integer) getVariableByKey(variables, "billUpdateType"); |
|
|
Long oldPrice = Long.parseLong(getVariableByKey(variables, "oldPrice").toString()); |
|
|
Long oldPrice = Long.parseLong(getVariableByKey(variables, "oldPrice").toString()); |
|
|
|