示例#1
0
 public function save($con = null)
 {
     parent::save($con);
     $this->setBoundDefaults();
     if ($this->bound->getBouUid() == "") {
         $this->bound->setBouUid(\ProcessMaker\Util\Common::generateUID());
     }
     $this->bound->save($con);
 }