|
|
@ -17,6 +17,7 @@ import com.yxt.common.core.result.ResultBean; |
|
|
|
import com.yxt.common.core.vo.PagerVo; |
|
|
|
import com.yxt.yythmall.api.lpkcustomer.*; |
|
|
|
import com.yxt.yythmall.api.lpkcustomerbank.LpkCustomerBank; |
|
|
|
import com.yxt.yythmall.api.lpkcustomerbank.LpkCustomerBankVo; |
|
|
|
import com.yxt.yythmall.biz.lpkcustomerbank.LpkCustomerBankService; |
|
|
|
import lombok.extern.slf4j.Slf4j; |
|
|
|
import org.springframework.beans.factory.annotation.Autowired; |
|
|
@ -246,6 +247,8 @@ public class LpkCustomerService extends MybatisBaseService<LpkCustomerMapper, Lp |
|
|
|
customerInfoVo.setCustomerBankName(lpkCustomerBank.getName()); |
|
|
|
} |
|
|
|
} |
|
|
|
List<LpkCustomerBankVo> customerBankList = lpkCustomerBankService.selectLists(); |
|
|
|
customerInfoVo.setCustomerBankList(customerBankList); |
|
|
|
return rb.success().setData(customerInfoVo); |
|
|
|
} |
|
|
|
|
|
|
|