| | |
| | | import com.nanometer.smartlab.dao.OpeLaboratoryReserveDao; |
| | | import com.nanometer.smartlab.dao.SysLaboratoryDao; |
| | | import com.nanometer.smartlab.entity.*; |
| | | import com.nanometer.smartlab.entity.enumtype.ValidFlag; |
| | | import com.nanometer.smartlab.exception.AlarmCode; |
| | | import com.nanometer.smartlab.exception.AlarmException; |
| | | import com.nanometer.smartlab.exception.BusinessException; |
| | |
| | | this.opeLaboratoryReserveDao.updateByReId(params); |
| | | } |
| | | |
| | | @Override |
| | | public void updateByReagent(String reagentId, String houseId, String containerId, String userId) { |
| | | Map<String, Object> params=new HashMap(); |
| | | params.put("reagentId",reagentId); |
| | | params.put("houseId",houseId); |
| | | params.put("containerId",containerId); |
| | | params.put("userId",userId); |
| | | this.opeLaboratoryReserveDao.updateByReagent(params); |
| | | } |
| | | |
| | | |
| | | } |