fix:云之家获取按钮
This commit is contained in:
parent
3087a59a1e
commit
2b328be8ea
@ -150,7 +150,7 @@ public class YemBillPlugInBaseFrom extends AbstractBillPlugIn {
|
||||
throw new RuntimeException(ex);
|
||||
}
|
||||
JSONObject retJson = JSONObject.parseObject(retStr);
|
||||
if (!"FINISH".equals(retJson.getString("data"))) {
|
||||
if ("FINISH".equals(retJson.getString("data"))) {
|
||||
//回写数据
|
||||
// BackfilljsonAssignUtils.BackfilljsonAssign(data);
|
||||
OperationResult result = OperationServiceHelper.executeOperate("audit", this.getModel().getDataEntityType().getName()
|
||||
@ -162,6 +162,7 @@ public class YemBillPlugInBaseFrom extends AbstractBillPlugIn {
|
||||
, new Object[]{this.getModel().getValue("id")}, OperateOption.create());
|
||||
}else {
|
||||
this.getView().showMessage("同步成功:");
|
||||
this.getModel().setValue("yem_synfalt", "同步成功");
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user