Selaa lähdekoodia

Merge branch 'dev' of http://code.dashoo.cn/dashoo/genepoint_service into dev

xuchl 4 vuotta sitten
vanhempi
commit
77b5f7d296

+ 5 - 4
src/dashoo.cn/genepoint_srv/business/converseService/converseService.go

@@ -634,12 +634,13 @@ func (this *ConverseService) ModifySampleStatusByApplyMainInfo(entryNo string, r
 		//lite设备 整盒出库
 		taskType = "tube_retrieving"
 		operaIds, abnormalIds = this.getAllSampleIdsFromResEntity(entity)
-	} else {
-
-		return
 	}
+	//else {
+	//
+	//	return
+	//}
 
-	// 此处判断,如果是冻存盒整盒入库,需要更新位置信息  盒  冻存盒当前的 所在的冻存架的id
+	// 此处判断,如果是冻存盒整盒入库,需要更新盒子位置信息  盒  冻存盒当前的 所在的冻存架的id
 	if resp == "rack_storing" {
 		this.UpdateBoxInfo(entity)
 	} else if resp == "rack_retrieving" {