|
@ -122,7 +122,7 @@ class ApprovalService: |
|
|
if tableList[0].apply_status == 'canceled': |
|
|
if tableList[0].apply_status == 'canceled': |
|
|
raise ServiceException(message='所改业务已撤销申请') |
|
|
raise ServiceException(message='所改业务已撤销申请') |
|
|
for table in tableList: |
|
|
for table in tableList: |
|
|
column_list = await MetaDao.get_meta_col_supp_vett(table, result_db) |
|
|
column_list = await MetaDao.get_meta_col_supp_vett_by_table(table, result_db) |
|
|
if column_list is not None and len(column_list) > 0: |
|
|
if column_list is not None and len(column_list) > 0: |
|
|
for column in column_list: |
|
|
for column in column_list: |
|
|
column.apply_status = operateType |
|
|
column.apply_status = operateType |
|
|