Explorar el Código

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

release_toaliyun_real
luozukai hace 6 años
padre
commit
98a70192bf
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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 Ver fichero

@@ -201,7 +201,7 @@ public class WxFlowServiceImpl implements WxFlowService {
} else if (EnumFlowKey.BILL.getCode().equals(flowType) || EnumFlowKey.NEW_BILL_CHANGE.getCode().equals(flowType)) {
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");
Integer billUpdateType = (Integer) getVariableByKey(variables, "billUpdateType");
Long oldPrice = Long.parseLong(getVariableByKey(variables, "oldPrice").toString());


Cargando…
Cancelar
Guardar