修改为派单只保留1位小数
This commit is contained in:
@ -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"
|
||||
},
|
||||
|
||||
|
||||
Reference in New Issue
Block a user