Explorar el Código

[POS][修改]:POS核销及核销取消

release_toaliyun_real
Stormeye Wu hace 6 años
padre
commit
b4100b8338
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      mallinkService/src/main/java/com/iformall/service/impl/WxScoreRulesServiceImpl.java

+ 1
- 1
mallinkService/src/main/java/com/iformall/service/impl/WxScoreRulesServiceImpl.java Ver fichero

@@ -203,7 +203,7 @@ public class WxScoreRulesServiceImpl implements WxScoreRulesService {
throw new MallinkException(ErrorCode.DB_FAIL.getCode(), "删除成长值历史出错");
}
} else {
logger.error("未找到成长值历史");
logger.warn("未找到成长值历史");
return 0;
}
// 2. user score back


Cargando…
Cancelar
Guardar