|
@@ -60,7 +60,7 @@ public class MuseumFlowController {
|
|
|
if(result == null){
|
|
|
return CommonResult.error(200,"样品不存在");
|
|
|
}
|
|
|
- int condition=result.getSave();
|
|
|
+ int condition=result.getState();
|
|
|
// 0现为已出库,1为未出库或已回库,2为审批中,3为审批通过
|
|
|
if(condition == 0){
|
|
|
return CommonResult.error(200,"样品不在库中");
|