当前位置:网站首页>YYGH-BUG-04
YYGH-BUG-04
2022-07-02 11:52:00 【What about Xiao Zhao】
Booking order function BUG
Data sheet design
Before, I used to use the mailbox because of the number of digits in the mobile phone field

Format error
I encountered such a problem during the test
Don't panic. Look at the problem first. The format is wrong , Then this is a roster id, Check shift scheduling id Whether there is abnormal format conversion

Found that one Stirng convert to Long There must be something wrong

Get rid of
Null pointer exception

There is a null pointer problem , Let's go in this way

Found to be ReserviceTimeget Less than
Look for orderInfo The source of the

I found it came from here
At this time, we noticed that when sending a request to the hospital module
reservice It's empty.

It means that it was empty before this

You can see orderInfo The attribute of comes from scheduleOrderVo

And this Vo Again through Feign Call to get

Find this way

May have found a problem

This is directly through
BeanUtils.copyProperties(schedule, scheduleOrderVo);
Attribute names may be different


Sure enough
Add this to test again
Rabbit Monitoring error
stay msm modular
Cannot convert from [com.example.yygh.vo.msm.MsmVo] to [javax.mail.Message] for GenericMessage
Report this wrong , It can be seen that there is a problem with type conversion

At this time, I will delete the parameters behind the method

边栏推荐
- 行业的分析
- R HISTOGRAM EXAMPLE QUICK REFERENCE
- Webauthn - official development document
- PX4 Position_Control RC_Remoter引入
- 基于Hardhat和Openzeppelin开发可升级合约(二)
- Seriation in R: How to Optimally Order Objects in a Data Matrice
- Power Spectral Density Estimates Using FFT---MATLAB
- Homer预测motif
- Always report errors when connecting to MySQL database
- JS -- take a number randomly from the array every call, and it cannot be the same as the last time
猜你喜欢

基于Hardhat和Openzeppelin开发可升级合约(二)

Digital transformation takes the lead to resume production and work, and online and offline full integration rebuilds business logic
![[idea] use the plug-in to reverse generate code with one click](/img/b0/00375e61af764a77ea0150bf4f6d9d.png)
[idea] use the plug-in to reverse generate code with one click

Mish-撼动深度学习ReLU激活函数的新继任者

Esp32 stores the distribution network information +led displays the distribution network status + press the key to clear the distribution network information (source code attached)

YYGH-BUG-04

map集合赋值到数据库

How to Visualize Missing Data in R using a Heatmap

数据分析 - matplotlib示例代码

Attribute acquisition method and operation notes of C # multidimensional array
随机推荐
Always report errors when connecting to MySQL database
The position of the first underline selected by the vant tabs component is abnormal
HOW TO ADD P-VALUES ONTO A GROUPED GGPLOT USING THE GGPUBR R PACKAGE
行业的分析
Esp32 stores the distribution network information +led displays the distribution network status + press the key to clear the distribution network information (source code attached)
HOW TO EASILY CREATE BARPLOTS WITH ERROR BARS IN R
How to Create a Beautiful Plots in R with Summary Statistics Labels
Seriation in R: How to Optimally Order Objects in a Data Matrice
Is it safe to open a stock account online? I'm a novice, please guide me
R HISTOGRAM EXAMPLE QUICK REFERENCE
Cluster Analysis in R Simplified and Enhanced
PYQT5+openCV项目实战:微循环仪图片、视频记录和人工对比软件(附源码)
BEAUTIFUL GGPLOT VENN DIAGRAM WITH R
HOW TO CREATE A BEAUTIFUL INTERACTIVE HEATMAP IN R
php 二维、多维 数组打乱顺序,PHP_php打乱数组二维数组多维数组的简单实例,php中的shuffle函数只能打乱一维
Flesh-dect (media 2021) -- a viewpoint of material decomposition
SSRF
Principe du contrat évolutif - delegatecall
Mish-撼动深度学习ReLU激活函数的新继任者
Implementation of address book (file version)