Commit 9f296994 by zhiwj

导购bug

parent b09a81b6
......@@ -189,6 +189,7 @@ public class ClerkController extends DownloadUtils {
for (ClerkDTO clerkDTO : clerkList) {
QrcodeContent qrcodeContent = new QrcodeContent();
qrcodeContent.setTitle(clerkDTO.getClerkName());
qrcodeContent.setTitleTmp(clerkStoreListDTO.getStoreName());
qrcodeContent.setCustomParams(clerkDTO.getClerkId()+"");
clerkDTOS.add(qrcodeContent);
}
......
......@@ -578,6 +578,7 @@ public class StoreController extends DownloadUtils {
QrcodeContent qrcodeContent = new QrcodeContent();
qrcodeContent.setCustomParams(dto.getStoreInfoId()+"");
qrcodeContent.setTitle(dto.getStoreName());
qrcodeContent.setTitleTmp(dto.getStoreName());
list.add(qrcodeContent);
}
return list;
......
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