diff --git "a/DGI\345\220\210\345\271\266\345\210\260WP\346\224\271\345\212\250\347\232\204\345\234\260\346\226\271.md" "b/DGI\345\220\210\345\271\266\345\210\260WP\346\224\271\345\212\250\347\232\204\345\234\260\346\226\271.md" new file mode 100644 index 00000000..8c0482fd --- /dev/null +++ "b/DGI\345\220\210\345\271\266\345\210\260WP\346\224\271\345\212\250\347\232\204\345\234\260\346\226\271.md" @@ -0,0 +1,9 @@ +# 改动 + +1. 注释掉了 ARI_ASSEMBLY_WITHWHB 15步 SQL 中的--OR t.Process like 'HER_DGI_DOMESTIC%' + +2. 工位判断中增加了EQP_DA1140预组装逻辑 + +3. 第15步中增加了 GetTraceInfo 的输入参数 parentfamily + +004000018652000000260012015040704201504100003000030000000450 \ No newline at end of file diff --git a/README.md b/README.md index cb66b3ca..46c452c7 100644 --- a/README.md +++ b/README.md @@ -24,6 +24,10 @@ - ### Python 远程关机 +## SQL 数据库 + +- [1 小时 SQL 极速入门(一)](https://mp.weixin.qq.com/s/Lx4B349OlD49ihJPnB6YiA) + ## 其他 - 1.[获取当前CPU状态,存储到Influxdb](https://github.com/injetlee/demo/blob/master/CpuToInfluxdb.py)