stop.php

来自「极限网络智能办公系统 Office Automation V3.0官方100%源」· PHP 代码 · 共 9 行

PHP
9
字号
<? 
include_once("../auth.php"); 

$CUR_TIME=date("Y-m-d H:i:s",time()); 
$query = "update FLOW_RUN_PRCS set PRCS_FLAG='4',DELIVER_TIME='$CUR_TIME' WHERE RUN_ID=$RUN_ID and PRCS_ID=$PRCS_ID and USER_ID='$LOGIN_USER_ID'"; 
exequery($connection,$query); 

header("location: index.php?P=$P"); 
?>

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?