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

[审批流][修改][修改数据类型]

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

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

@@ -198,8 +198,8 @@ public class WxFlowServiceImpl implements WxFlowService {
if(EnumRentContractAppStatus.FINISH.getCode().intValue() == applyStatus.intValue()) {
//账单审批
Integer billType = (Integer) getVariableByKey(variables, "billType");
Long oldPrice = (Long) getVariableByKey(variables, "oldPrice");
Long newPrice = (Long) getVariableByKey(variables, "newPrice");
Long oldPrice = Long.parseLong((String) getVariableByKey(variables, "oldPrice"));
Long newPrice =Long.parseLong((String) getVariableByKey(variables, "newPrice"));
Date updateDate = new Date();
MallUserInfo mallUserInfo = (MallUserInfo) SecurityUtils.getSubject().getSession().getAttribute("userSession");
if (billType.equals(EnumBillTypeParam.RENT.getCode())) {


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