20250403 更新
This commit is contained in:
+1
-1
@@ -387,7 +387,7 @@ public class PushDataToLabsCareServiceImpl implements PushDataToLabsCareService
|
|||||||
jsonObject.set("sprqm", testUser.getName()); // 检测人2
|
jsonObject.set("sprqm", testUser.getName()); // 检测人2
|
||||||
jsonObject.set("tpfj", NULL_PLACEHOLDER); // 图谱
|
jsonObject.set("tpfj", NULL_PLACEHOLDER); // 图谱
|
||||||
jsonObject.set("wtdw", entrustInfo.getEntrustDepartment());
|
jsonObject.set("wtdw", entrustInfo.getEntrustDepartment());
|
||||||
|
jsonObject.set("swmbw", stdStr); // 生物检测目标物
|
||||||
// 普通检材定性记录 非红外样品信息
|
// 普通检材定性记录 非红外样品信息
|
||||||
List<JSONObject> sampleJsonList = new ArrayList<>();
|
List<JSONObject> sampleJsonList = new ArrayList<>();
|
||||||
testDataGroupBySampleNO.forEach((sampleNo, testDataList) -> {
|
testDataGroupBySampleNO.forEach((sampleNo, testDataList) -> {
|
||||||
|
|||||||
+1
-1
@@ -53,7 +53,7 @@ public class TestAtlasServiceImpl implements TestAtlasService {
|
|||||||
* @return
|
* @return
|
||||||
*/
|
*/
|
||||||
@Override
|
@Override
|
||||||
public R uploadTestAtlas(String testId, MultipartFile file) throws Exception {
|
public R uploadTestAtlas(String testId, MultipartFile file) {
|
||||||
TestRecord testRecord = testRecordService.getById(testId);
|
TestRecord testRecord = testRecordService.getById(testId);
|
||||||
if (testRecord == null) {
|
if (testRecord == null) {
|
||||||
throw new RuntimeException(String.format("实验id为 %s 的数据在系统中不存在!", testId));
|
throw new RuntimeException(String.format("实验id为 %s 的数据在系统中不存在!", testId));
|
||||||
|
|||||||
Reference in New Issue
Block a user