Commit aaf8116f by 陶光胜

门店保存修改

parent 9c56a15e
......@@ -362,12 +362,13 @@ public class StoreController extends DownloadUtils {
}else {
total = qrcodeQO.getContent().size();
}
Integer enterpriseId = UserDetailUtils.getUserDetail().getEnterpriseId();
new QrcodeDownload(){
@Override
public List<QrcodeContent> getContent(int pageNum, int pageSize){
if(qrcodeQO.getIsAll() == 1){
StoreSearchDTO storeSearchDTO = qrcodeQO.getStoreSearchDTO();
storeSearchDTO.setEnterpriseId(UserDetailUtils.getUserDetail().getEnterpriseId());
storeSearchDTO.setEnterpriseId(enterpriseId);
ServiceResponse<Page<StoreDTO>> response = storeApiService.listStore(storeSearchDTO, pageNum, pageNum);
if(response.isSuccess() && response.getResult() != null){
Page<StoreDTO> result = response.getResult();
......
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