|
|
@ -219,7 +219,7 @@ public class SfcDispatchController {
|
|
|
|
try {
|
|
|
|
try {
|
|
|
|
String site = CommonMethods.getSite();
|
|
|
|
String site = CommonMethods.getSite();
|
|
|
|
paramMap.put("site", site);
|
|
|
|
paramMap.put("site", site);
|
|
|
|
paramMap.put("", DispatchStatusEnum.RELEASE.getCode());
|
|
|
|
paramMap.put("status", "('RELEASE','START','COMPLETE')");
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
result = sfcDispatchService.ganttList(site, paramMap);
|
|
|
|
result = sfcDispatchService.ganttList(site, paramMap);
|
|
|
|