Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
huang.tao
/
jmai-platform
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
c096bf6e
authored
Nov 20, 2025
by
huangtao
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
专账修复
parent
7dd4a878
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletions
jmai-physic/src/main/java/com/jmai/physic/service/impl/PhysicWarehouseServiceImpl.java
jmai-physic/src/main/java/com/jmai/physic/service/impl/PhysicWarehouseServiceImpl.java
View file @
c096bf6e
...
...
@@ -112,6 +112,7 @@ public class PhysicWarehouseServiceImpl extends AbstractService implements Phys
BeanUtil
.
copyProperties
(
physicWarehouse
,
billDTO
);
billDTO
.
setType
(
1
);
billDTO
.
setDeptId
(
physicWarehouse
.
getDeptId
());
billDTO
.
setRefId
(
physicWarehouse
.
getId
());
physicBillService
.
createBill
(
billDTO
);
}
...
...
@@ -157,7 +158,7 @@ public class PhysicWarehouseServiceImpl extends AbstractService implements Phys
PhysicWarehouse
physicWarehouse
=
new
PhysicWarehouse
();
BeanUtil
.
copyProperties
(
req
,
physicWarehouse
);
physicWarehouse
.
setStatus
(
0
);
physicWarehouse
.
setId
(
physicWarehouse
.
get
Id
());
physicWarehouse
.
setId
(
req
.
getPhysicWarehouse
Id
());
physicWarehouseMapper
.
updateById
(
physicWarehouse
);
PhysicWarehouseVO
info
=
getInfo
(
physicWarehouse
.
getId
());
return
info
;
...
...
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