Initial commit

This commit is contained in:
Docker7530
2026-03-01 01:43:46 +08:00
commit c6125c117b
3840 changed files with 415340 additions and 0 deletions
@@ -0,0 +1,43 @@
---
日期: 2024-04-29 14:51
来源: 鹏豪
---
# 问题详情
下午起来后帮忙跑一个场景。@田卓
走一个直播试用单,在运营经理点击受理之前把直播改成点播,梳理出要执行的所有 sql。改完后正常走 bpm 反馈
# 处理过程
```sql
# 1 id为对应表的主键id
# 2ProductsEnums进行转换的1-22-13-04-5
update test_substance
set test_type = 2
where id = 1769;
# order_type为2的那个试用单的主键id
update order_info
set product = '["1"]'
where id = 4267;
update testorder_info
set test_type = '["1"]'
where id = 1396;
```
![](../../../../attachment/images-paste/image-20240429145200914.png)
![](../../../../attachment/images-paste/image-20240429145305577.png)
![](../../../../attachment/images-paste/image-20240429145429189.png)
![](../../../../attachment/images-paste/image-20240429145450652.png)
# 总结
已完成