Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
test
autotest-airtest-web-spd
Commits
5ba0a0ea
Commit
5ba0a0ea
authored
Feb 27, 2024
by
xiao-hesheng
Browse files
优化脚本
parent
aefb72ce
Changes
2
Hide whitespace changes
Inline
Side-by-side
common/db/sql/sql_del_branch_info.py
View file @
5ba0a0ea
...
...
@@ -105,6 +105,12 @@ class delData(object):
cursor
.
execute
(
sql
)
cursor
.
execute
(
"commit;"
)
print
(
'库区信息删除成功 '
)
# 删除多余库房信息
sql
=
"delete from mcms_stock_info where stock_name like '%东土城路院区_____中心库房';"
print
(
sql
)
cursor
.
execute
(
sql
)
cursor
.
execute
(
"commit;"
)
print
(
'多余库房信息删除成功 '
)
cursor
.
close
()
# delData().Delete_branch_by_id()
# delData().Delete_goods_change_info()
...
...
report/summary.html
View file @
5ba0a0ea
...
...
@@ -55,9 +55,9 @@
<tr width="600">
<td class='details-col-elapsed'>1</td>
<td class='details-col-elapsed'>
1
</td>
<td class='details-col-elapsed'>0分
4
秒</td>
<td class="details-col-elapsed">
10
0.0%</td>
<td class='details-col-elapsed'>
0
</td>
<td class='details-col-elapsed'>0分
2
秒</td>
<td class="details-col-elapsed">0.0%</td>
</tr>
</table>
...
...
@@ -73,8 +73,8 @@
<tr width="600">
<td class="details-col-elapsed"><a href='../log/r_d9库房管理_库区设置_货位管理_编辑货位/log.html' target='_blank'>r_d9库房管理_库区设置_货位管理_编辑货位</a></td>
<td class="
success">成功
</td>
<td class="details-col-elapsed">
3.892
</td>
<td class="
fail">失败
</td>
<td class="details-col-elapsed">
2.774
</td>
<td class="details-col-elapsed">xiaohesheng</td>
</tr>
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment