Commit fd048d8b by 王祖波

建联转化记录

parent 1a9e8f6d
......@@ -127,7 +127,7 @@ public class ContactOrderServiceImpl implements ContactOrderService {
for (TabContactOrder contactOrder : list) {
String memberId = contactOrder.getMemberId();
String storeId = contactOrder.getStoreId();
if (StringUtils.isBlank(memberId)) {
if (StringUtils.isNotBlank(memberId)) {
memberIdSet.add(memberId);
}
storeIdSet.add(storeId);
......
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