校对功能
This commit is contained in:
@@ -316,6 +316,7 @@ class Proofread extends Base
|
|||||||
}
|
}
|
||||||
Db::startTrans();
|
Db::startTrans();
|
||||||
//更新原始内容
|
//更新原始内容
|
||||||
|
$result_main = true;
|
||||||
if(!empty($sUpdateContent)){
|
if(!empty($sUpdateContent)){
|
||||||
$aWhere = ['am_id' => $iAmId,'state' => 0,'type' => 0];
|
$aWhere = ['am_id' => $iAmId,'state' => 0,'type' => 0];
|
||||||
$aUpdate = ['content' => $sUpdateContent];
|
$aUpdate = ['content' => $sUpdateContent];
|
||||||
|
|||||||
Reference in New Issue
Block a user