Commit 981a5704 by zhiwj

导购bug

parent cba76f61
......@@ -188,7 +188,7 @@ public class ClerkController extends DownloadUtils {
List<ClerkDTO> clerkList = clerkStoreListDTO.getClerkList();
for (ClerkDTO clerkDTO : clerkList) {
QrcodeContent qrcodeContent = new QrcodeContent();
qrcodeContent.setTitle(clerkDTO.getClerkName());
qrcodeContent.setTitle(clerkDTO.getClerkName() + "_" + clerkDTO.getClerkCode());
qrcodeContent.setTitleTmp(clerkStoreListDTO.getStoreName());
qrcodeContent.setCustomParams(clerkDTO.getClerkId()+"");
clerkDTOS.add(qrcodeContent);
......
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