Commit fb652bf9 by guojuxing

etl批处理导购修改:如果代购code存在,则进行更新操作

parent fd200e1c
......@@ -383,6 +383,7 @@ public class ClerkApiServiceImpl implements ClerkApiService {
storeLogByAddClerk(clerkDTO);
} else {
id = clerk.getClerkId();
clerkDTO.setClerkId(id);
clerkService.update(clerkDTO);
clerkLogService.saveClerkLogByUpdateClerk(clerk, clerkDTO, clerkDTO.getEnterpriseId(),
clerkDTO.getClerkId(), clerkDTO.getReason(), clerkDTO.getRemark(), clerkDTO.getOperatorId(),
......
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