Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
J
jiedao-api-boot-master
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
lanbaoming
jiedao-api-boot-master
Commits
196deb73
Commit
196deb73
authored
Nov 20, 2024
by
zhengyi
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
异常订单控制层接口修改包路径
parent
75385caf
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
6 deletions
+1
-6
OrderBackVO.java
...der/yudao/module/order/vo/orderException/OrderBackVO.java
+0
-5
OrderExceptionController.java
...roller/admin/orderException/OrderExceptionController.java
+1
-1
No files found.
yudao-module-order/yudao-module-order-core/src/main/java/cn/iocoder/yudao/module/order/vo/orderException/OrderBackVO.java
View file @
196deb73
...
@@ -278,11 +278,6 @@ public class OrderBackVO {
...
@@ -278,11 +278,6 @@ public class OrderBackVO {
}
}
private
void
getOrderDesc
()
{
private
void
getOrderDesc
()
{
log
.
error
(
"status:{}"
,
this
.
status
);
log
.
error
(
"inWarehouseState:{}"
,
this
.
inWarehouseState
);
log
.
error
(
"shipmentState:{}"
,
this
.
shipmentState
);
log
.
error
(
"airShipment:{}"
,
this
.
airShipment
);
log
.
error
(
"transportId:{}"
,
this
.
transportId
);
// TODO 这里的文案国际化现在只支持两种语言,如果需要支持更多的语言,需要优化
// TODO 这里的文案国际化现在只支持两种语言,如果需要支持更多的语言,需要优化
Integer
lang
=
Objects
.
nonNull
(
this
.
lang
)
?
this
.
lang
:
I18nMessage
.
getLang
();
Integer
lang
=
Objects
.
nonNull
(
this
.
lang
)
?
this
.
lang
:
I18nMessage
.
getLang
();
if
(
null
!=
this
.
status
&&
this
.
status
.
equals
(
OrderStatusEnum
.
CANCEL
.
getValue
())
&&
this
.
userType
!=
null
)
{
if
(
null
!=
this
.
status
&&
this
.
status
.
equals
(
OrderStatusEnum
.
CANCEL
.
getValue
())
&&
this
.
userType
!=
null
)
{
...
...
yudao-module-order/yudao-module-order-rest/src/main/java/cn/iocoder/yudao/module/order/controller/admin/orderException
Result/orderException
/OrderExceptionController.java
→
yudao-module-order/yudao-module-order-rest/src/main/java/cn/iocoder/yudao/module/order/controller/admin/orderException/OrderExceptionController.java
View file @
196deb73
package
cn
.
iocoder
.
yudao
.
module
.
order
.
controller
.
admin
.
orderException
Result
.
orderException
;
package
cn
.
iocoder
.
yudao
.
module
.
order
.
controller
.
admin
.
orderException
;
import
cn.hutool.core.collection.CollectionUtil
;
import
cn.hutool.core.collection.CollectionUtil
;
import
cn.hutool.core.date.LocalDateTimeUtil
;
import
cn.hutool.core.date.LocalDateTimeUtil
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment