|
|
|
@ -181,7 +181,7 @@ public class CustomerService {
|
|
|
|
|
if (!turnBackDTOS.getEaCode().equals("") && !turnBackDTOS.getEaCode().equals("0")) {
|
|
|
|
|
//导购信息
|
|
|
|
|
QueryWrapper<PoiStoreStaff> wrapper = new QueryWrapper<>();
|
|
|
|
|
wrapper.eq("staff_code", turnBackDTOS.getEaCode()).eq("store_id", poiStore.getStoreId()).last("limit 1");
|
|
|
|
|
wrapper.eq("staff_code", turnBackDTOS.getEaCode()).eq("status","1").eq("store_id", poiStore.getStoreId()).last("limit 1");
|
|
|
|
|
poiStoreStaff = poiStoreStaffDOMapper.selectOne(wrapper);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|