crabatool 1.0.836 → 1.0.837
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/tool/checkjs.js +4 -0
package/package.json
CHANGED
package/tool/checkjs.js
CHANGED
|
@@ -805,6 +805,10 @@ function postBaseData(data0, gspxData) {
|
|
|
805
805
|
console.log('3. 保存业务组件清单到基础数据平台');
|
|
806
806
|
|
|
807
807
|
console.log('bizList:', data0.projectName, data0.branchName, Object.keys(gspxData.bizList).length, Object.keys(gspxData.customs1).length);
|
|
808
|
+
|
|
809
|
+
if (data0.projectName == 'sale' && data0.branchName == 'master') {
|
|
810
|
+
console.log('bizList日志:', JSON.stringify(gspxData.bizList));
|
|
811
|
+
}
|
|
808
812
|
try {
|
|
809
813
|
axios({
|
|
810
814
|
method: 'post',
|