Compare commits
1 Commits
main
...
feat-order
Author | SHA1 | Date | |
---|---|---|---|
![]() |
5901343988 |
@ -155,6 +155,9 @@ public class PassivityhedSaveOp extends AbstractOperationServicePlugIn {
|
||||
conMap.get("pur").add(dynamicObject.getLong("tpv_contractbillid"));
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
||||
if ("sale".equals(tpvContractkey)) {
|
||||
if (!conMap.get("sale").contains(dynamicObject.getLong("tpv_contractbillid"))) {
|
||||
conMap.get("sale").add(dynamicObject.getLong("tpv_contractbillid"));
|
||||
|
Loading…
Reference in New Issue
Block a user