Commit f4ba7adc by zhiwj

增加提示

parent 0bae98fb
......@@ -168,7 +168,7 @@ public class ClerkController extends DownloadUtils {
if (CollectionUtils.isNotEmpty(list)) {
clerkQrcodeQO.setContent(list.stream().filter(Objects::nonNull).collect(Collectors.toList()));
}
if (ClerkSearchTypeEnum.STORE.getType().equals(clerkQrcodeQO.getClerkSearchDTO().getSearchType())) {
if (clerkQrcodeQO.getClerkSearchDTO() != null && ClerkSearchTypeEnum.STORE.getType().equals(clerkQrcodeQO.getClerkSearchDTO().getSearchType())) {
// 如果是查询门店 查询参数其实是storeSearch
String search = clerkQrcodeQO.getClerkSearchDTO().getSearch();
clerkQrcodeQO.getClerkSearchDTO().setStoreSearch(search);
......
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