添加输出
This commit is contained in:
@@ -132,6 +132,9 @@ class SFMessageSale(models.Model):
|
|||||||
item.delivery_warning = 'overdue'
|
item.delivery_warning = 'overdue'
|
||||||
else:
|
else:
|
||||||
logging.info("-----1111111----")
|
logging.info("-----1111111----")
|
||||||
|
logging.info(f"name: {item.name}")
|
||||||
|
logging.info(
|
||||||
|
f"production_not_done: {len(production_not_done)}, production_done_count: {production_done_count}")
|
||||||
continue
|
continue
|
||||||
# 获取业务节点
|
# 获取业务节点
|
||||||
business_node_ids = {
|
business_node_ids = {
|
||||||
|
|||||||
Reference in New Issue
Block a user