|  | @@ -500,7 +500,7 @@ class PhasePayDetail extends TreeService {
 | 
												
													
														
															|  |          try {
 |  |          try {
 | 
												
													
														
															|  |              const result = await conn.insert(this.tableName, insertData);
 |  |              const result = await conn.insert(this.tableName, insertData);
 | 
												
													
														
															|  |              if (children.length === 0) {
 |  |              if (children.length === 0) {
 | 
												
													
														
															|  | -                await conn.update(this.tableName, { id: select.id, is_leaf: false });
 |  | 
 | 
												
													
														
															|  | 
 |  | +                await conn.update(this.tableName, { id: select.id, tree_is_leaf: false });
 | 
												
													
														
															|  |              }
 |  |              }
 | 
												
													
														
															|  |              await conn.commit();
 |  |              await conn.commit();
 | 
												
													
														
															|  |          } catch(err) {
 |  |          } catch(err) {
 |