|
|
@@ -164,6 +164,7 @@ public class FundManagerOrderServiceImpl extends BaseMybatisDao<TOrderNewMapper>
|
|
|
params.put("o", order);
|
|
|
List<String> listDep=null;
|
|
|
if (order.getDeps()!=null){
|
|
|
+ params.put("deps", departmentService.parseArray(order.getDeps()));
|
|
|
listDep=departmentService.parseArray(order.getDeps());
|
|
|
params.put("deps", listDep);
|
|
|
}
|