Commit b4c6bab2 authored by lanbaoming's avatar lanbaoming

2024-07-04-9提交

parent 23b8bf3a
...@@ -356,11 +356,9 @@ public class TargetLogServiceImpl extends ...@@ -356,11 +356,9 @@ public class TargetLogServiceImpl extends
if (info == null) { if (info == null) {
return; return;
} }
if (info.getSalesmanId() == null) { if (info.getSalesmanId() == null) {
return; info.setSalesmanId(0L);
}
if (info.getSalesmanId() == 0l) {
return;
} }
try { try {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment