|
@@ -70,7 +70,7 @@ public class SbUpdateLogController {
|
|
|
sbInfo.setPositionNo("暂无");
|
|
|
sbInfo.setPositionNo(dto.getSbId());
|
|
|
if (dto.getOtherType().equals(SbMeasureLogOtherTypeEnum.IN_STORE.getValue())) {
|
|
|
- sbInfo.setStatus(SbInfoStatusEnum.IN_STORE.getValue());
|
|
|
+ sbInfo.setStatus(SbInfoStatusEnum.IN_BACK.getValue());
|
|
|
}else if (dto.getOtherType().equals(SbMeasureLogOtherTypeEnum.BAO_FEI.getValue())){
|
|
|
sbInfo.setStatus(SbInfoStatusEnum.SCRAPED.getValue());
|
|
|
}
|