示例#1
0
 protected override void ExecuteMethods()
 {
     PersistenceDataToLocal persistence = new PersistenceDataToLocal();
     var c1 = persistence.Update_PersonJob(this.Connection, this.Transaction, this.entity);
     if (c1 <= 0)
     {
         throw new Exception("本条数据更新失败");
     }
 }