Commit fd200e1c by guojuxing

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

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