修改为派单只保留1位小数

This commit is contained in:
xiongyi
2026-01-29 17:29:57 +08:00
parent a1a53ac2fa
commit 4897c4fa0b
2 changed files with 13 additions and 13 deletions

View File

@ -185,7 +185,7 @@ def get_task_info():
}), 500
@app.route('/api/ext/artifact/not_pour', methods=['GET'])
@app.route('/api/ext/mould/not_pour_rfid', methods=['GET'])
def get_not_pour_info():
"""
模拟获取已入模绑定未浇筑的管片信息接口
@ -218,11 +218,11 @@ def get_not_pour_info():
"RingTypeCode": "R22",
"SizeSpecification": "6900*1500",
"BuriedDepth": "中埋",
"BlockNumber": "F",
"BlockNumber": "B3",
"HoleRingMarking": "",
"GroutingPipeMarking": "",
"PolypropyleneFiberMarking": "",
"BetonVolume": 0.6,
"BetonVolume": 1.91,
"BetonTaskID": "20251020-01"
},
{
@ -256,7 +256,7 @@ def get_not_pour_info():
"HoleRingMarking": "",
"GroutingPipeMarking": "",
"PolypropyleneFiberMarking": "",
"BetonVolume": 1.9,
"BetonVolume": 1.91,
"BetonTaskID": "20251020-01"
},