|
|
@ -212,7 +212,6 @@ public class SecondarySalesService { |
|
|
|
public ResultBean<SecondSalesInitVo> getFlowOperateTitleBy(SecondarySalesQuery query) { |
|
|
|
ResultBean<SecondSalesInitVo> rb = ResultBean.fireFail(); |
|
|
|
SecondSalesInitVo secondSalesInitVo = new SecondSalesInitVo(); |
|
|
|
int next = query.getNext(); |
|
|
|
LoanSecondarySalesApplyNodeQuery getNodeQuery = new LoanSecondarySalesApplyNodeQuery(); |
|
|
|
BeanUtil.copyProperties(query, getNodeQuery); |
|
|
|
String data = ""; |
|
|
|