|
|
|
@ -135,8 +135,8 @@ public class IoGenInvService {
|
|
|
|
|
if (bussinessTypeEntity.getActionType() == (ConstantStatus.ACTION_TYPE_NORMAL) //带票(正常)
|
|
|
|
|
&& bussinessTypeEntity.getMainAction().equals(ConstantType.TYPE_PUT) //入库
|
|
|
|
|
&& bussinessTypeEntity.getDevInType().equals(1)
|
|
|
|
|
) {
|
|
|
|
|
deviceChangeOrderService.generateDeviceInfo(orderEntity,codeEnttities);
|
|
|
|
|
) {
|
|
|
|
|
deviceChangeOrderService.generateDeviceInfo(orderEntity, codeEnttities);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|