|
@@ -65,7 +65,7 @@ public class SbUpdateLogController {
|
|
|
SbMeasureLog log = BeanConverterUtil.copyObjectProperties(dto,SbMeasureLog.class);
|
|
|
sbMeasureLogMapper.insert(log);
|
|
|
if (dto.getOtherType()!=null&&(dto.getOtherType().equals(SbMeasureLogOtherTypeEnum.IN_STORE.getValue()) ||
|
|
|
- dto.getOtherType().equals(SbMeasureLogOtherTypeEnum.BAO_FEI.getValue()) )){
|
|
|
+ dto.getOtherType().equals(SbMeasureLogOtherTypeEnum.BAO_FEI.getValue()))){
|
|
|
SbInfo sbInfo = new SbInfo();
|
|
|
sbInfo.setPositionNo("暂无");
|
|
|
sbInfo.setPositionNo(dto.getSbId());
|