|
|
@ -355,8 +355,10 @@ public class OXFaceOnlineActivity extends BaseActivity implements View.OnClickLi |
|
|
|
|
|
|
|
// 如果有结果数据,传入相关信息 |
|
|
|
if (result != null) { |
|
|
|
intent.putExtra("order_no", result.getOrderNo() != null ? result.getOrderNo() : ""); |
|
|
|
intent.putExtra("project", result.getProject() != null ? result.getProject() : ""); |
|
|
|
// CheckLeaveResult只有message和data属性,没有orderNo和project |
|
|
|
// 使用默认值 |
|
|
|
intent.putExtra("order_no", ""); |
|
|
|
intent.putExtra("project", "离场验证"); |
|
|
|
} else { |
|
|
|
intent.putExtra("order_no", ""); |
|
|
|
intent.putExtra("project", "离场验证"); |
|
|
|