0313界面对接

This commit is contained in:
2026-03-13 21:04:19 +08:00
parent 6e74eaf206
commit 8aeaffa885
33 changed files with 1541 additions and 419 deletions

View File

@ -18,8 +18,8 @@ from busisness.models import ArtifactInfoModel,PDRecordModel
class FeedingControlSystem:
def __init__(self):
print('FeedingControlSystem初始化')
self.pd_record_bll=PDRecordBll()
print('派单测试初始化')
# self.pd_record_bll=PDRecordBll()
def send_pd_data(self):
@ -56,7 +56,7 @@ class FeedingControlSystem:
print(f'接口数据异常')
return False
def get_fact_volumn(self,mould_code:str,block_number:str='',_weight:float=0) -> float:
def get_fact_volumn(self,block_number:str='') -> float:
"""获取实际派单发量"""
_now_volumn=0
_pd_volumn=0