Skip to content

Commit 35705d7

Browse files
AgAnglefit2-zhao
authored andcommitted
fix: mcp update serial num
1 parent 25abbae commit 35705d7

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

backend/crm/src/main/java/cn/cordys/common/service/BaseResourceFieldService.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -830,7 +830,6 @@ public <K> void updateModuleFieldByAgent(K customer, List<BaseModuleFieldValue>
830830
saveModuleField(customer, orgId, userId, moduleFields, false);
831831
} else {
832832
updateModuleField(customer, orgId, userId, moduleFields, true);
833-
834833
}
835834
}
836835

@@ -892,7 +891,7 @@ public <K> void updateModuleField(K resource, String orgId, String userId, List<
892891
).toList();
893892

894893

895-
saveModuleField(resource, orgId, userId, addlist, false);
894+
saveModuleField(resource, orgId, userId, addlist, update);
896895

897896
updateData(updateFields, updateBlobFields);
898897
}

0 commit comments

Comments
 (0)