Commit 5b8508d2 by 王祖波

建联转化记录

parent 43917278
......@@ -8,6 +8,7 @@ import com.gic.haoban.manage.api.dto.contact.ContactOrderDetailDTO;
import com.gic.haoban.manage.api.qdto.contact.ContactOrderSearchQDTO;
import com.gic.haoban.manage.api.service.contact.ContactOrderApiService;
import com.gic.haoban.manage.web.qo.contact.ContactOrderPageQO;
import com.google.common.collect.Lists;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.web.bind.annotation.RequestBody;
import org.springframework.web.bind.annotation.RequestMapping;
......@@ -33,7 +34,7 @@ public class PotentialDataController {
String clerkId = contactOrderPageQO.getClerkId();
String storeId = contactOrderPageQO.getStoreId();
ContactOrderSearchQDTO searchQDTO = new ContactOrderSearchQDTO();
searchQDTO.setMemberId(storeId);
searchQDTO.setStoreIdList(Lists.newArrayList(storeId));
searchQDTO.setClerkId(clerkId);
searchQDTO.setBeginTime(contactOrderPageQO.getBeginTime());
searchQDTO.setEndTime(contactOrderPageQO.getEndTime());
......
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