|
|
@ -136,7 +136,7 @@ public class IoGenInvService {
|
|
|
|
&& bussinessTypeEntity.getMainAction().equals(ConstantType.TYPE_PUT) //入库
|
|
|
|
&& bussinessTypeEntity.getMainAction().equals(ConstantType.TYPE_PUT) //入库
|
|
|
|
&& bussinessTypeEntity.getDevInType().equals(1)
|
|
|
|
&& bussinessTypeEntity.getDevInType().equals(1)
|
|
|
|
) {
|
|
|
|
) {
|
|
|
|
deviceChangeOrderService.generateDeviceInfo(orderEntity,codeEnttities);
|
|
|
|
deviceChangeOrderService.generateDeviceInfo(orderEntity, codeEnttities);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
}
|
|
|
|