|
|
|
@ -35,7 +35,8 @@ public class PsdcStrategyLogController{ |
|
|
|
|
if (null != strategyCode){ |
|
|
|
|
PsdcStrategyLog newLog = psdcStrategyLogService.selMyNewLog(Long.valueOf(strategyCode)); |
|
|
|
|
AjaxResult ajaxResult ; |
|
|
|
|
if (null != newLog){ |
|
|
|
|
if (null != newLog && null != newLog.getStrategyRunRes()){ |
|
|
|
|
// System.out.println("查询成功: " + newLog + "\n");
|
|
|
|
|
String s = newLog.getStrategyRunRes(); |
|
|
|
|
ajaxResult = new AjaxResult(200, "查询成功", s.split(",")); |
|
|
|
|
} else { |
|
|
|
|