This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
liushuai
/
hz-project-management
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
35
Wiki
Activity
Browse Source
debug 归集保存
tags/24080901
PoffyZhang
1 year ago
parent
9cb5483ee2
commit
198f49c559
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
syn-data-task/src/main/java/com/ningdatech/syndataapi/open/manage/ProjectReceiveManage.java
+ 1
- 1
syn-data-task/src/main/java/com/ningdatech/syndataapi/open/manage/ProjectReceiveManage.java
View File
@@ -152,7 +152,7 @@ public class ProjectReceiveManage {
for(ProjectProcure old : olds){
//删除标记
old.setOp(BizConst.OP_DELETE);
procureService.
save
(old);
procureService.
updateById
(old);
}
for(ProjectProcure procure : procures){
//添加标记
Write
Preview
Loading…
Cancel
Save