diff --git a/webht/third_party/vendorPlanSync/controllers/index.php b/webht/third_party/vendorPlanSync/controllers/index.php index 24fe5510..95f4d734 100644 --- a/webht/third_party/vendorPlanSync/controllers/index.php +++ b/webht/third_party/vendorPlanSync/controllers/index.php @@ -63,6 +63,14 @@ class Index extends CI_Controller { * * * 3001 导游信息变更 * * * 4001 已确认取消 * * * 4002 订单已删除 + * * 计划发送/更新状态 + * * * 未确认: + * * * 10 已接收计划 + * * * 11 已接收变更 + * * * 上报信息: + * * * 20 已上报确认 + * * * 31 已录入上报导游 + * * * 32 未录入上报导游 * @date 2018-11-14 */ public function uploadOperation()