Просмотр исходного кода

[审批][修改][修改获取billType数组转换]

release_toaliyun_real
luozukai 6 лет назад
Родитель
Сommit
98a70192bf
1 измененных файлов: 1 добавлений и 1 удалений
  1. +1
    -1
      mallinkService/src/main/java/com/iformall/service/impl/WxFlowServiceImpl.java

+ 1
- 1
mallinkService/src/main/java/com/iformall/service/impl/WxFlowServiceImpl.java Просмотреть файл

@@ -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());


Загрузка…
Отмена
Сохранить