Commit 4582c4a8 by 墨竹

fix:批量新增活码名字重复

parent 35c315dd
......@@ -226,6 +226,7 @@ public class HmQrcodeApiServiceImpl implements HmQrcodeApiService {
for (String clerkId : clerkIdList) {
hmQrcodeQDTO.setClerkIdList(Collections.singletonList(clerkId));
hmQrcodeQDTO.setName("");
add(hmQrcodeQDTO);
}
......
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