|
@@ -1,7 +1,6 @@
|
|
|
package com.cyksj.model.views;
|
|
package com.cyksj.model.views;
|
|
|
|
|
|
|
|
import com.ejlchina.searcher.bean.DbField;
|
|
import com.ejlchina.searcher.bean.DbField;
|
|
|
-import com.ejlchina.searcher.bean.DbIgnore;
|
|
|
|
|
import com.ejlchina.searcher.bean.SearchBean;
|
|
import com.ejlchina.searcher.bean.SearchBean;
|
|
|
import lombok.Getter;
|
|
import lombok.Getter;
|
|
|
import lombok.Setter;
|
|
import lombok.Setter;
|
|
@@ -27,7 +26,7 @@ public class BusinessDistributesDataView {
|
|
|
/**
|
|
/**
|
|
|
* 商务名
|
|
* 商务名
|
|
|
*/
|
|
*/
|
|
|
- @DbIgnore
|
|
|
|
|
|
|
+ @DbField("select nickname from cms_user where id = ud.business_id limit 1")
|
|
|
private String businessName;
|
|
private String businessName;
|
|
|
|
|
|
|
|
/**
|
|
/**
|