Commit 3555fda2 authored by clone's avatar clone

1

parent 65c0e2af
......@@ -21,7 +21,6 @@ class OAmercementPayModel extends Model
$time = date("Y-m-d H:i:s", time());
$data['create_time'] = $time;
$data['update_time'] = $time;
$data['is_del'] = 0;
Db::startTrans();
try {
$id = $this->db_->insertGetId($data);
......
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 to comment