Commit f88bf6b5 authored by 竹天卫's avatar 竹天卫

扫码存样3

parent 032dc57e
......@@ -120,7 +120,7 @@ public class SampleController {
String[] params = param.split(",");
SampleScanQuery query = new SampleScanQuery();
query.setSampleId(Integer.valueOf(params[0]));
query.setSampleId(Integer.valueOf(params[1]));
query.setCabinetId(Integer.valueOf(params[1]));
return sampleService.sampleScan(query);
} catch (Exception e) {
log.debug("APP样品扫码存样{}", e);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment