Commit b4c6bab2 authored by lanbaoming's avatar lanbaoming

2024-07-04-9提交

parent 23b8bf3a
......@@ -356,11 +356,9 @@ public class TargetLogServiceImpl extends
if (info == null) {
return;
}
if (info.getSalesmanId() == null) {
return;
}
if (info.getSalesmanId() == 0l) {
return;
info.setSalesmanId(0L);
}
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