车头照

master
lzq 2026-01-06 16:19:30 +08:00
parent b1025b2fb4
commit 148272f0bb
3 changed files with 10 additions and 6 deletions

View File

@ -120,7 +120,7 @@ public class TruckWeighingBusinessService {
WbsHandle wbsHandle = param.get_1(); WbsHandle wbsHandle = param.get_1();
Long orderTransId = dataMsg.getOrderId(); Long orderTransId = dataMsg.getOrderId();
String image = dataMsg.getImage(); String image = dataMsg.getBodyImage();
Integer weight = dataMsg.getWeight(); Integer weight = dataMsg.getWeight();
Boolean success = dataMsg.getSuccess(); Boolean success = dataMsg.getSuccess();

View File

@ -30,10 +30,14 @@ public class ObtainTruckDataResultMsg {
* *
*/ */
private Long orderId; private Long orderId;
/**
* base64
*/
private String frontImage;
/** /**
* base64 * base64
*/ */
private String image; private String bodyImage;
/** /**
* *
*/ */

View File

@ -39548,7 +39548,7 @@
"id": "D962D27F-A43E-4397-81AA-4FCA15F83A87", "id": "D962D27F-A43E-4397-81AA-4FCA15F83A87",
"defKey": "creator_id", "defKey": "creator_id",
"defName": "创建人 Id", "defName": "创建人 Id",
"intro": " sys_user.id", "intro": "sys_user.id",
"baseDataType": "BIGINT", "baseDataType": "BIGINT",
"bizDomainType": "", "bizDomainType": "",
"dbDataType": "BIGINT", "dbDataType": "BIGINT",
@ -39594,7 +39594,7 @@
"id": "D5E87F91-D409-4D5E-B5EC-31D00F2669DD", "id": "D5E87F91-D409-4D5E-B5EC-31D00F2669DD",
"defKey": "modifier_id", "defKey": "modifier_id",
"defName": "修改人 Id", "defName": "修改人 Id",
"intro": " sys_user.id", "intro": "sys_user.id",
"baseDataType": "BIGINT", "baseDataType": "BIGINT",
"bizDomainType": "", "bizDomainType": "",
"dbDataType": "BIGINT", "dbDataType": "BIGINT",
@ -42459,7 +42459,7 @@
"readonly": false, "readonly": false,
"allowWs": false "allowWs": false
}, },
"updateTime": 1766994831821, "updateTime": 1767582120955,
"signature": "f9d8b0d74151ca1e43b7cb40107c6119", "signature": "8b0147224327f003d919047195c70983",
"branchId": "1111" "branchId": "1111"
} }