Commit 9488f4ef authored by hongguangwu's avatar hongguangwu

优化

parent 9dd4bbce
......@@ -507,7 +507,7 @@ public class TPaymentInfoServiceImpl extends ServiceImpl<TPaymentInfoMapper, TPa
if (!errorMessageList.isEmpty()) {
boolean isAllTrue = true;
for (ErrorDetailVO d : errorMessageList) {
if (d.getResult() == 0) {
if (Common.isEmpty(d.getResult()) || d.getResult() == 0) {
isAllTrue = false;
break;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment