Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Sign in
Toggle navigation
T
tcm-system
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
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
TCM
tcm-system
Commits
c174cc24
Commit
c174cc24
authored
Dec 26, 2025
by
dmy
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
中医药小程序代码提交
parent
2a91cf1d
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
0 deletions
+3
-0
AreaServiceImpl.java
...ain/java/com/tcm/common/service/impl/AreaServiceImpl.java
+3
-0
No files found.
src/main/java/com/tcm/common/service/impl/AreaServiceImpl.java
View file @
c174cc24
...
@@ -116,6 +116,7 @@ public class AreaServiceImpl implements AreaService {
...
@@ -116,6 +116,7 @@ public class AreaServiceImpl implements AreaService {
FloorResVo
load
=
floorDao
.
loadInfo
(
floor
);
FloorResVo
load
=
floorDao
.
loadInfo
(
floor
);
FloorExtendVo
floorExtendVo
=
new
FloorExtendVo
();
FloorExtendVo
floorExtendVo
=
new
FloorExtendVo
();
floorExtendVo
.
setFloorId
(
req
.
getFloorId
());
floorExtendVo
.
setFloorId
(
req
.
getFloorId
());
floorExtendVo
.
setLanguageType
(
req
.
getLanguageType
()
==
null
?
CommonConstant
.
LANGUAGE_TYPE_CHINESE
:
req
.
getLanguageType
());
load
.
setFloorExtendVo
(
floorExtendDao
.
load
(
floorExtendVo
,
FloorExtendVo
.
class
));
load
.
setFloorExtendVo
(
floorExtendDao
.
load
(
floorExtendVo
,
FloorExtendVo
.
class
));
ImageReqVo
imageReqVo
=
new
ImageReqVo
();
ImageReqVo
imageReqVo
=
new
ImageReqVo
();
...
@@ -187,8 +188,10 @@ public class AreaServiceImpl implements AreaService {
...
@@ -187,8 +188,10 @@ public class AreaServiceImpl implements AreaService {
areaVo
.
setAreaId
(
req
.
getAreaId
());
areaVo
.
setAreaId
(
req
.
getAreaId
());
areaVo
.
setLanguageType
(
req
.
getLanguageType
()
==
null
?
CommonConstant
.
LANGUAGE_TYPE_CHINESE
:
req
.
getLanguageType
());
areaVo
.
setLanguageType
(
req
.
getLanguageType
()
==
null
?
CommonConstant
.
LANGUAGE_TYPE_CHINESE
:
req
.
getLanguageType
());
FloorAreaResVo
load
=
floorAreaDao
.
loadInfo
(
areaVo
);
FloorAreaResVo
load
=
floorAreaDao
.
loadInfo
(
areaVo
);
FloorAreaExtendVo
areaExtendVo
=
new
FloorAreaExtendVo
();
FloorAreaExtendVo
areaExtendVo
=
new
FloorAreaExtendVo
();
areaExtendVo
.
setAreaId
(
req
.
getAreaId
());
areaExtendVo
.
setAreaId
(
req
.
getAreaId
());
areaExtendVo
.
setLanguageType
(
req
.
getLanguageType
()
==
null
?
CommonConstant
.
LANGUAGE_TYPE_CHINESE
:
req
.
getLanguageType
());
load
.
setAreaExtendVo
(
floorAreaExtendDao
.
load
(
areaExtendVo
,
FloorAreaExtendVo
.
class
));
load
.
setAreaExtendVo
(
floorAreaExtendDao
.
load
(
areaExtendVo
,
FloorAreaExtendVo
.
class
));
ImageReqVo
imageReq
=
new
ImageReqVo
();
ImageReqVo
imageReq
=
new
ImageReqVo
();
...
...
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