示例#1
0
 function updateBlockUnitData($stopicId, $blockId, $newBlockId)
 {
     $this->stopicService->updateUnitByFild($stopicId, $blockId, array('html_id' => $newBlockId));
 }