Commit 4f6cd31d by 孙龙

up

parent a68710bd
Showing with 1 additions and 1 deletions
......@@ -318,7 +318,7 @@ Class AjaxController extends Controller
try{
DB::Connection("label")->transaction(function () use($copyTemplate,$request) {
$templateList = TemplateListModel::create([
"template_name"=>$copyTemplate->template_name."_copy"."_".time(),
"template_name"=>$copyTemplate->template_name."_copy"."_".date("Ymdhis"),
"create_userid"=>$request->user->userId,
"create_username"=>$request->user->name,
"create_time"=>time(),
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment