添加清洗行业父级代码-添加描述
This commit is contained in:
@@ -134,6 +134,10 @@ public class IndustryController extends BaseController
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* 修改行业父级代码
|
* 修改行业父级代码
|
||||||
|
* select * from industry where length(remark)=1 order by order_num;
|
||||||
|
* select * from industry where length(remark)=3 and remark like 'A%' order by order_num;
|
||||||
|
* select * from industry where length(remark)=4 and remark like 'A01%' order by order_num;
|
||||||
|
* select * from industry where length(remark)=5 and remark like 'A011%' order by order_num;
|
||||||
*/
|
*/
|
||||||
@PostMapping("/updateParentHierarchy")
|
@PostMapping("/updateParentHierarchy")
|
||||||
@Transactional(rollbackFor = Exception.class)
|
@Transactional(rollbackFor = Exception.class)
|
||||||
|
|||||||
Reference in New Issue
Block a user