|  |  |  | 
|---|
|  |  |  | this.baseMapper.updateLocType2(locType2,locRule.getRowBeg(),locRule.getRowEnd(),locRule.getBayBeg(),locRule.getBayEnd(),locRule.getLevBeg(),locRule.getLevEnd(),locRule.getFloor()); | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | public void updateLocStsByLocNo(String locNo, String locSts, String barcode) { | 
|---|
|  |  |  | public void updateLocStsByLocNo(String locNo, String locSts, String barcode,Short containerType) { | 
|---|
|  |  |  | AgvLocMast agvLocMast = this.selectById(locNo); | 
|---|
|  |  |  | agvLocMast.setLocSts(locSts); | 
|---|
|  |  |  | agvLocMast.setBarcode(barcode); | 
|---|
|  |  |  | agvLocMast.setLocType2(containerType); | 
|---|
|  |  |  | this.updateById(agvLocMast); | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|