WIN-2308041133\Administrator 6 月之前
父節點
當前提交
221d5ddec3
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      application/api/controller/Lave.php

+ 1 - 0
application/api/controller/Lave.php

@@ -344,6 +344,7 @@ class Lave extends Api
                 WechatPlanRecord::where('cid',$cid)->where('uid', $uid)->where('is_signing', 1)->update(['is_signing' => 0]);
                 return false;
             }else{
+                WechatPlanRecord::where('cid',$cid)->where('uid', $uid)->where('is_signing', 1)->update(['contract_id' => $rs['contract_id']]);
                 return true;
             }
         } else {