合并分支 'dev_20230216' 到 'master'
强制执行 在线编辑 查看合并请求 laws-foton-slrs/foton-wkflow-rest!36
This commit is contained in:
+2
-2
@@ -75,7 +75,7 @@ public class BusProcessModelHisController {
|
||||
int status = (Integer) jsonObj.get("status");
|
||||
|
||||
int saved = 0;
|
||||
if (status == 2 || status == 3)//MustSave, Corrupted
|
||||
if (status == 2 || status == 3 || status == 6)//MustSave, Corrupted
|
||||
{
|
||||
String downloadUri = (String) jsonObj.get("url");
|
||||
|
||||
@@ -139,7 +139,7 @@ public class BusProcessModelHisController {
|
||||
int status = (Integer) jsonObj.get("status");
|
||||
|
||||
int saved = 0;
|
||||
if (status == 2 || status == 3)//MustSave, Corrupted
|
||||
if (status == 2 || status == 3 ||status == 6)//MustSave, Corrupted
|
||||
{
|
||||
String downloadUri = (String) jsonObj.get("url");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user